Partager via


DTSParamValueCollection.Insert(Int32, DTSParamValue) Méthode

Définition

Ajoute un nouvel objet DTSParamValue dans une collection à l'emplacement spécifié par l'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)

Paramètres

index
Int32

Emplacement dans la collection où insérer le nouvel objet DTSParamValue.

paramValue
DTSParamValue

Objet DTSParamValue à insérer dans la collection.

S’applique à