Proprietà EnumResult.Type

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As ResultType 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

EnumResult Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc