Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.