Compartilhar via


Método ForEachVariableMappings.Add

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

ForEachVariableMappings Classe

Namespace Microsoft.SqlServer.Dts.Runtime