Share via


DTSParamValueCollection.Insert(Int32, DTSParamValue) Method

Definition

Adds a new DTSParamValue object into a collection at the ___location specified by the index.

public:
 void Insert(int index, Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ paramValue);
public void Insert(int index, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue paramValue);
member this.Insert : int * Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue -> unit
Public Sub Insert (index As Integer, paramValue As DTSParamValue)

Parameters

index
Int32

The ___location in the collection to put the new DTSParamValue object.

paramValue
DTSParamValue

The DTSParamValue object to insert into the collection.

Applies to