Свойство ResultTypes
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property ResultTypes As ResultType()
Get
'Применение
Dim instance As EnumObject
Dim value As ResultType()
value = instance.ResultTypes
public abstract ResultType[] ResultTypes { get; }
public:
virtual property array<ResultType>^ ResultTypes {
array<ResultType>^ get () abstract;
}
abstract ResultTypes : ResultType[]
abstract function get ResultTypes () : ResultType[]
Значение свойства
Тип: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultType> [] () [] []
An array of object that represents the types of the results.