IDTSForEachLoop100 Interfaccia

Definizione

Rappresenta un'interfaccia che definisce il processo del ciclo 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
Derivato
Attributi
Implementazioni

Proprietà

ForEachEnumerator

Ottiene o imposta un host per ForEachEnumerator.

VariableMappings

Restituisce una raccolta ForEachVariableMappings contenente i mapping delle variabili per l'oggetto ForEachLoop.

Metodi

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

Esegue il processo del ciclo ForEach.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Convalida il processo del ciclo ForEach.

Si applica a