Поделиться через


Конструктор 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
)

Параметры