共用方式為


EnumValue.EnumValues 屬性

Gets the possible values of an enumeration object.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
Public ReadOnly Property EnumValues As String()
    Get
'用途
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[]

屬性值

型別:array<System.String[]
An array of type String that contains the possible values of the enumeration object.

請參閱

參考

EnumValue 類別

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空間