Delen via


ForEachLoopClass.VariableMappings Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see 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

Implements

IDTSForEachLoop100.VariableMappings