IDTSForEachVariableMappings100.Add Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a new collection to the IDTSForEachVariableMappings100 collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Add As IDTSForEachVariableMapping100
'Usage
Dim instance As IDTSForEachVariableMappings100
Dim returnValue As IDTSForEachVariableMapping100
returnValue = instance.Add()
IDTSForEachVariableMapping100 Add()
IDTSForEachVariableMapping100^ Add()
abstract Add : unit -> IDTSForEachVariableMapping100
function Add() : IDTSForEachVariableMapping100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMapping100
A new collection to the IDTSForEachVariableMappings100 collection.
Remarks
For more information, see ForEachVariableMappings.