مشاركة عبر


EnumResult.Type Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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

See Also

Reference

EnumResult Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace