Partager via


Propriété IDTSForEachLoop100.VariableMappings

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property VariableMappings As IDTSForEachVariableMappings100 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSForEachLoop100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper