Freigeben über


EnumResult.Type-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

EnumResult Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace