Compartir a través de


Add Método

Adds a new, empty ForEachVariableMapping to the end of the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function Add As ForEachVariableMapping
'Uso
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

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .ForEachVariableMapping
The ForEachVariableMapping object that was added to the collection.