ForEachVariableMappings.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.