DTSParamValueCollection.Insert(Int32, DTSParamValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.