Share via


IDTSForEachLoop100.VariableMappings Property

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.

See Also

Reference

IDTSForEachLoop100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace