Freigeben über


ForLoop-Schnittstelle

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

For more information, see ForLoopClass.

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

Syntax

'Declaration
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface ForLoop _
    Inherits IDTSExecutable100
'Usage
Dim instance As ForLoop
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface ForLoop : IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class ForLoop : IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type ForLoop =  
    interface 
        interface IDTSExecutable100 
    end
public interface ForLoop extends IDTSExecutable100

Der ForLoop-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Execute Infrastruktur Executes the executable. (Geerbt von IDTSExecutable100.)
Öffentliche Methode Validate Infrastruktur Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. (Geerbt von IDTSExecutable100.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace