ForEachLoopClass.VariableMappings Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets an IDTSForEachVariableMappings100 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
Public Overridable ReadOnly Property VariableMappings As IDTSForEachVariableMappings100
Get
'Usage
Dim instance As ForEachLoopClass
Dim value As IDTSForEachVariableMappings100
value = instance.VariableMappings
public virtual IDTSForEachVariableMappings100 VariableMappings { get; }
public:
virtual property IDTSForEachVariableMappings100^ VariableMappings {
IDTSForEachVariableMappings100^ get ();
}
abstract VariableMappings : IDTSForEachVariableMappings100
override VariableMappings : IDTSForEachVariableMappings100
function get VariableMappings () : IDTSForEachVariableMappings100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100
An IDTSForEachVariableMappings100 collection.
Implements
IDTSForEachLoop100.VariableMappings