Share via


ArrayValue Constructors

Definition

Initializes a new instance of the ArrayValue class.

Overloads

ArrayValue()

Initializes a new instance of the ArrayValue class.

ArrayValue(DTSParamType)

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

ArrayValue()

Initializes a new instance of the ArrayValue class.

public:
 ArrayValue();
public ArrayValue ();
Public Sub New ()

Applies to

ArrayValue(DTSParamType)

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

public:
 ArrayValue(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType paramType);
public ArrayValue (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType paramType);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue
Public Sub New (paramType As DTSParamType)

Parameters

paramType
DTSParamType

A value from the DTSParamType enumeration. Represents the parameter type of the parameters in the array.

Applies to