Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the possible values of an enumeration object.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EnumValues As String()
Get
'Utilisation
Dim instance As EnumValue
Dim value As String()
value = instance.EnumValues
public string[] EnumValues { get; }
public:
property array<String^>^ EnumValues {
array<String^>^ get ();
}
member EnumValues : string[]
function get EnumValues () : String[]
Valeur de propriété
Type : array<System.String[]
An array of type String that contains the possible values of the enumeration object.