Metodo Add

Adds a DTSParamValue to the end of a collection.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    paramValue As DTSParamValue _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .Int32