Compartilhar via


Método DTSParamValueCollection.Add

Adds a DTSParamValue to the end of a collection.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
Public Function Add ( _
    paramValue As DTSParamValue _
) As Integer
'Uso
Dim instance As DTSParamValueCollection 
Dim paramValue As DTSParamValue 
Dim returnValue As Integer 

returnValue = instance.Add(paramValue)
public int Add(
    DTSParamValue paramValue
)
public:
int Add(
    DTSParamValue^ paramValue
)
member Add : 
        paramValue:DTSParamValue -> int
public function Add(
    paramValue : DTSParamValue
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32

Consulte também

Referência

DTSParamValueCollection Classe

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask