EnumValues propriété
Gets the possible values of an enumeration object.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans 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 la propriété
Type : array<System. . :: . .String> [] () [] []
An array of type String that contains the possible values of the enumeration object.
Voir aussi