Metodo Add
Adds a new, empty ForEachVariableMapping to the end of the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function Add As ForEachVariableMapping
'Utilizzo
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
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .ForEachVariableMapping
The ForEachVariableMapping object that was added to the collection.
Vedere anche