DTSParamValueCollection.Insert(Int32, DTSParamValue) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.