DTSParamValueCollection.Add(DTSParamValue) Method

Definition

Adds a DTSParamValue to the end of a collection.

public:
 int Add(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ paramValue);
public int Add (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue paramValue);
member this.Add : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue -> int
Public Function Add (paramValue As DTSParamValue) As Integer

Parameters

paramValue
DTSParamValue

Adds a DTSParamValue to to the end of a collection.

Returns

Index at which the value is added

Applies to