Конструктор ArrayValue (DTSParamType)
Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public Sub New ( _
paramType As DTSParamType _
)
'Применение
Dim paramType As DTSParamType
Dim instance As New ArrayValue(paramType)
public ArrayValue(
DTSParamType paramType
)
public:
ArrayValue(
DTSParamType paramType
)
new :
paramType:DTSParamType -> ArrayValue
public function ArrayValue(
paramType : DTSParamType
)
Параметры
- paramType
Тип: Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamType
A value from the DTSParamType enumeration. Represents the parameter type of the parameters in the array.