DTSParamValueCollection.Add(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 objet DTSParamValue à la fin d'une collection.
public:
int Add(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ paramValue);
public int Add (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue paramValue);
member this.Add : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue -> int
Public Function Add (paramValue As DTSParamValue) As Integer
Paramètres
- paramValue
- DTSParamValue
Ajoute un DTSParamValue à la fin d’une collection.
Retours
Index auquel la valeur est ajoutée