IDTSForLoop100 Interfaccia

Definizione

Rappresenta un'interfaccia per il processo ForLoop.

public interface class IDTSForLoop100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100
[System.Runtime.InteropServices.Guid("1769DD43-A3D0-4AC8-9B2B-A8177F304268")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DED42D0B-324E-41CD-88F9-1DFD2AD7C389")]
public interface IDTSForLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48ED757B-A35D-42BB-864D-0DFE2D722C0B")]
public interface IDTSForLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[<System.Runtime.InteropServices.Guid("1769DD43-A3D0-4AC8-9B2B-A8177F304268")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DED42D0B-324E-41CD-88F9-1DFD2AD7C389")>]
type IDTSForLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48ED757B-A35D-42BB-864D-0DFE2D722C0B")>]
type IDTSForLoop100 = interface
    interface IDTSExecutable100
Public Interface IDTSForLoop100
Implements IDTSExecutable100
Derivato
Attributi
Implementazioni

Proprietà

AssignExpression

Ottiene o imposta un'espressione per incrementare o decrementare il contatore del ciclo.

EvalExpression

Ottiene o imposta l'espressione valutata su ogni passaggio del ciclo.

InitExpression

Ottiene o imposta un'espressione di inizializzazione facoltativa.

Metodi

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

Esegue l'applicazione, il contenitore o il pacchetto come parte del flusso di lavoro del pacchetto.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Consente al contenitore di determinare se contiene impostazioni non valide che ne impediranno l'esecuzione corretta.

Si applica a