Partager via


Interface IDTSForEachLoop100

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

Represents an interface that defines the ForEach loop process.

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

Syntaxe

'Déclaration
<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")> _
Public Interface IDTSForEachLoop100 _
    Inherits IDTSExecutable100
'Utilisation
Dim instance As IDTSForEachLoop100
[GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface IDTSForEachLoop100 : IDTSExecutable100
[GuidAttribute(L"AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface class IDTSForEachLoop100 : IDTSExecutable100
[<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")>]
type IDTSForEachLoop100 =  
    interface 
        interface IDTSExecutable100 
    end
public interface IDTSForEachLoop100 extends IDTSExecutable100

Le type IDTSForEachLoop100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ForEachEnumerator Infrastructure. Gets or sets a host for the ForEachEnumerator.
Propriété publique VariableMappings Infrastructure. Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop.

Haut de la page

Méthodes

  Nom Description
Méthode publique Execute Infrastructure. Executes the ForEach loop process.
Méthode publique Validate Infrastructure. Validates the ForEach loop process .

Haut de la page

Voir aussi

Référence

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