Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 MustOverride ReadOnly Property ResultTypes As ResultType()
Get
'Usage
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[]
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
An array of object that represents the types of the results.