Compartir a través de


Interfaz IDTSForLoop100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface for the ForLoop process.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")> _
Public Interface IDTSForLoop100 _
    Inherits IDTSExecutable100
'Uso
Dim instance As IDTSForLoop100
[GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface IDTSForLoop100 : IDTSExecutable100
[GuidAttribute(L"663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface class IDTSForLoop100 : IDTSExecutable100
[<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")>]
type IDTSForLoop100 =  
    interface 
        interface IDTSExecutable100 
    end
public interface IDTSForLoop100 extends IDTSExecutable100

El tipo IDTSForLoop100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AssignExpression Infraestructura. Gets or sets an expression to increment or decrement the loop counter.
Propiedad pública EvalExpression Infraestructura. Gets or sets the expression that is evaluated on each pass of the loop.
Propiedad pública InitExpression Infraestructura. Gets or sets an optional initialization expression.

Arriba

Métodos

  Nombre Descripción
Método público Execute Infraestructura. Runs the application, container, or package as part of a package workflow.
Método público Validate Infraestructura. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper