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


Свойство ObjectInfo.ResultTypes

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

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

Синтаксис

'Декларация
Public Property ResultTypes As ResultType()
    Get 
    Set
'Применение
Dim instance As ObjectInfo 
Dim value As ResultType()

value = instance.ResultTypes

instance.ResultTypes = value
public ResultType[] ResultTypes { get; set; }
public:
property array<ResultType>^ ResultTypes {
    array<ResultType>^ get ();
    void set (array<ResultType>^ value);
}
member ResultTypes : ResultType[] with get, set
function get ResultTypes () : ResultType[]
function set ResultTypes (value : ResultType[])

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

Тип: array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
The list of the supported types of result.

См. также

Справочник

ObjectInfo Класс

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