Add méthode
Adds a DTSParamValue to the end of a collection.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Function Add ( _
paramValue As DTSParamValue _
) As Integer
'Utilisation
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
Paramètres
- paramValue
Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
The DTSParamValue to add to the collection.
Valeur de retour
Type : System. . :: . .Int32