ForEachVariableMappings.Add Method

Definition

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

public:
 Microsoft::SqlServer::Dts::Runtime::ForEachVariableMapping ^ Add();
public Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping Add ();
member this.Add : unit -> Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping
Public Function Add () As ForEachVariableMapping

Returns

The ForEachVariableMapping object that was added to the collection.

Applies to