Share via


ForEachVariableMappings.Add Method

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

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

Syntax

'Declaration
Public Function Add As ForEachVariableMapping
'Usage
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

Return Value

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