Freigeben über


ForEachLoop-Schnittstelle

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

For more information, see ForEachLoopClass.

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

Syntax

'Declaration
<GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")> _
Public Interface ForEachLoop _
    Inherits IDTSExecutable100
'Usage
Dim instance As ForEachLoop
[GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")]
public interface ForEachLoop : IDTSExecutable100
[GuidAttribute(L"FC739C9E-33E4-47D2-8C78-1ADB66824FEB")]
public interface class ForEachLoop : IDTSExecutable100
[<GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")>]
type ForEachLoop =  
    interface
        interface IDTSExecutable100
    end
public interface ForEachLoop extends IDTSExecutable100

Der ForEachLoop-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Execute Infrastruktur For more information, see Executable. (Geerbt von IDTSExecutable100.)
Öffentliche Methode Validate Infrastruktur For more information, see Executable. (Geerbt von IDTSExecutable100.)

Zum Anfang