EnumValue 建構 (String[])

Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

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

語法

'宣告
Public Sub New ( _
    enumValues As String() _
)
'用途
Dim enumValues As String()

Dim instance As New EnumValue(enumValues)
public EnumValue(
    string[] enumValues
)
public:
EnumValue(
    array<String^>^ enumValues
)
new : 
        enumValues:string[] -> EnumValue
public function EnumValue(
    enumValues : String[]
)

參數

  • enumValues
    型別:array<System. . :: . .String> [] () [] []
    An array that contains all possible values of the enumeration.