Add méthode
Adds a new, empty ForEachVariableMapping to the end of the collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function Add As ForEachVariableMapping
'Utilisation
Dim instance As ForEachVariableMappings
Dim returnValue As ForEachVariableMapping
returnValue = instance.Add()
public ForEachVariableMapping Add()
public:
ForEachVariableMapping^ Add()
member Add : unit -> ForEachVariableMapping
public function Add() : ForEachVariableMapping
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .ForEachVariableMapping
The ForEachVariableMapping object that was added to the collection.