IDTSForLoop100 Interface

Definition

Represents an interface for the ForLoop process.

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
Derived
Attributes
Implements

Properties

AssignExpression

Gets or sets an expression to increment or decrement the loop counter.

EvalExpression

Gets or sets the expression that is evaluated on each pass of the loop.

InitExpression

Gets or sets an optional initialization expression.

Methods

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

Runs the application, container, or package as part of a package workflow.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

Applies to