Конструктор 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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask