EnumValue 构造函数 (array<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.

请参阅

参考

EnumValue 类

EnumValue 重载

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