Share via


DTSParamValueCollection.Insert Method

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

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    paramValue As DTSParamValue _
)
'Usage
Dim instance As DTSParamValueCollection 
Dim index As Integer 
Dim paramValue As DTSParamValue

instance.Insert(index, paramValue)
public void Insert(
    int index,
    DTSParamValue paramValue
)
public:
void Insert(
    int index, 
    DTSParamValue^ paramValue
)
member Insert : 
        index:int * 
        paramValue:DTSParamValue -> unit
public function Insert(
    index : int, 
    paramValue : DTSParamValue
)

Parameters

See Also

Reference

DTSParamValueCollection Class

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace