Share via


IDTSForLoop100 Interfaz

Definición

Representa una interfaz para el proceso 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
Derivado
Atributos
Implementaciones

Propiedades

AssignExpression

Obtiene o establece una expresión para incrementar o disminuir el contador de bucle.

EvalExpression

Obtiene o establece la expresión que se evalúa en cada paso del bucle.

InitExpression

Obtiene o establece una expresión de inicialización opcional.

Métodos

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

Ejecuta la aplicación, el contenedor o el paquete como parte de un flujo de trabajo de paquetes.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Permite al contenedor determinar si contiene valores de configuración no válidos que no permitirán su ejecución correcta.

Se aplica a