Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property VariableMappings As IDTSForEachVariableMappings100
Get
'Usage
Dim instance As IDTSForEachLoop100
Dim value As IDTSForEachVariableMappings100
value = instance.VariableMappings
IDTSForEachVariableMappings100 VariableMappings { get; }
property IDTSForEachVariableMappings100^ VariableMappings {
IDTSForEachVariableMappings100^ get ();
}
abstract VariableMappings : IDTSForEachVariableMappings100
function get VariableMappings () : IDTSForEachVariableMappings100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100
The returned mapping collection.