Condividi tramite


DTSParamValueCollection.Add(DTSParamValue) Metodo

Definizione

Aggiunge un oggetto DTSParamValue alla fine di una raccolta.

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

Parametri

paramValue
DTSParamValue

Aggiunge un DTSParamValue oggetto alla fine di una raccolta.

Restituisce

Indice in corrispondenza del quale viene aggiunto il valore

Si applica a