Partilhar via


Propriedade do RDL EnumResult.Type

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Type As ResultType 
    Get
'Uso
Dim instance As EnumResult 
Dim value As ResultType 

value = instance.Type
public ResultType Type { get; }
public:
property ResultType Type {
    ResultType get ();
}
member Type : ResultType
function get Type () : ResultType

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
A value that represents what kind of storage is the data in the result.

Consulte também

Referência

EnumResult Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc