IDTSForEachLoop100 Interface

Définition

Représente une interface qui définit le processus en boucle ForEach.

public interface class IDTSForEachLoop100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100
[System.Runtime.InteropServices.Guid("8731B660-CD70-4F9B-90D7-7DC1D18726B4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EBA92823-DC8A-4732-B505-B94FA6CA5086")]
public interface IDTSForEachLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("77701489-9F59-4CD8-ACFB-7A8D2A460880")]
public interface IDTSForEachLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[<System.Runtime.InteropServices.Guid("8731B660-CD70-4F9B-90D7-7DC1D18726B4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EBA92823-DC8A-4732-B505-B94FA6CA5086")>]
type IDTSForEachLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("77701489-9F59-4CD8-ACFB-7A8D2A460880")>]
type IDTSForEachLoop100 = interface
    interface IDTSExecutable100
Public Interface IDTSForEachLoop100
Implements IDTSExecutable100
Dérivé
Attributs
Implémente

Propriétés

ForEachEnumerator

Obtient ou définit un hôte de l'objet ForEachEnumerator.

VariableMappings

Retourne une collection ForEachVariableMappings qui contient les mappages de variables de l'objet ForEachLoop.

Méthodes

Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

Exécute le processus en boucle ForEach.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Valide le processus en boucle ForEach.

S’applique à