Freigeben über


IDTSForLoop100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents an interface for the ForLoop process.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")> _
Public Interface IDTSForLoop100 _
    Inherits IDTSExecutable100
'Usage
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

Der IDTSForLoop100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AssignExpression Infrastruktur Gets or sets an expression to increment or decrement the loop counter.
Öffentliche Eigenschaft EvalExpression Infrastruktur Gets or sets the expression that is evaluated on each pass of the loop.
Öffentliche Eigenschaft InitExpression Infrastruktur Gets or sets an optional initialization expression.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Execute Infrastruktur Runs the application, container, or package as part of a package workflow.
Öffentliche Methode Validate Infrastruktur Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace