Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the possible values of an enumeration object.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Property EnumValues As String()
Get
'Usage
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[]
Property Value
Type: array<System.String[]
An array of type String that contains the possible values of the enumeration object.