Partager via


Propriété ForEachLoopClass.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.

Gets an IDTSForEachVariableMappings100 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
Public Overridable ReadOnly Property VariableMappings As IDTSForEachVariableMappings100 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDTSForEachLoop100.VariableMappings

Voir aussi

Référence

ForEachLoopClass Classe

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