Поделиться через


Свойство EnumResult.Type

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public ReadOnly Property Type As ResultType 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

EnumResult Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc