IDTSForLoop100 Interface

Definição

Representa uma interface para o 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
Derivado
Atributos
Implementações

Propriedades

AssignExpression

Obtém ou define uma expressão para incrementar ou decrementar o contador cíclico.

EvalExpression

Obtém ou define a expressão que é avaliada a cada passagem do loop.

InitExpression

Obtém ou define uma expressão de inicialização opcional.

Métodos

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

Executa o aplicativo, o contêiner ou o pacote como parte de um fluxo de trabalho de pacote.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Permite que o contêiner determine se ele contém configurações inválidas que o impedirão de ser executado com êxito.

Aplica-se a