Freigeben über


ForEachLoopClass.VariableMappings-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100
An IDTSForEachVariableMappings100 collection.

Implementiert

IDTSForEachLoop100.VariableMappings

Siehe auch

Verweis

ForEachLoopClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace