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
- index
Typ: System.Int32
Lokalizacja kolekcja, aby umieścić nowy DTSParamValue obiektu.
- paramValue
Typ: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
DTSParamValue Obiekt, aby wstawić do kolekcja.
Zobacz także