Freigeben über


IDTSForEachLoop100.VariableMappings-Eigenschaft

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

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMappings100
The returned mapping collection.

Siehe auch

Verweis

IDTSForEachLoop100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace