Propriété EnumObject.ResultTypes

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ResultTypes As ResultType()
    Get
'Utilisation
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[]

Valeur de propriété

Type : array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
An array of object that represents the types of the results.

Voir aussi

Référence

EnumObject Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc