EnumValues Propiedad
Gets the possible values of an enumeration object.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public ReadOnly Property EnumValues As String()
Get
'Uso
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[]
Valor de la propiedad
Tipo: array<System. . :: . .String> [] () [] []
An array of type String that contains the possible values of the enumeration object.
Vea también