Udostępnij przez


Metoda DTSParamValueCollection.Insert

Dodaje nowy DTSParamValue obiekt do kolekcja w lokalizacji określonej przez indeks.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw:  Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)

Składnia

'Deklaracja
Public Sub Insert ( _
    index As Integer, _
    paramValue As DTSParamValue _
)
'Użycie
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
)

Parametry