Partilhar via


Construtor ArrayValue (DTSParamType)

Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
Public Sub New ( _
    paramType As DTSParamType _
)
'Uso
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
)

Parâmetros