IDTSForEachLoop100.VariableMappings Property

Definition

Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachVariableMappings100 ^ VariableMappings { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachVariableMappings100 ^ get(); };
[System.Runtime.InteropServices.DispId(37)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100 VariableMappings { [System.Runtime.InteropServices.DispId(37)] get; }
[<System.Runtime.InteropServices.DispId(37)>]
[<get: System.Runtime.InteropServices.DispId(37)>]
member this.VariableMappings : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100
Public ReadOnly Property VariableMappings As IDTSForEachVariableMappings100

Property Value

The returned mapping collection.

Attributes

Applies to