Freigeben über


IDTSForEachLoop100-Schnittstelle

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

Represents an interface that defines the ForEach loop process.

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

Syntax

'Declaration
<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")> _
Public Interface IDTSForEachLoop100 _
    Inherits IDTSExecutable100
'Usage
Dim instance As IDTSForEachLoop100
[GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface IDTSForEachLoop100 : IDTSExecutable100
[GuidAttribute(L"AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface class IDTSForEachLoop100 : IDTSExecutable100
[<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")>]
type IDTSForEachLoop100 =  
    interface 
        interface IDTSExecutable100 
    end
public interface IDTSForEachLoop100 extends IDTSExecutable100

Der IDTSForEachLoop100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ForEachEnumerator Infrastruktur Gets or sets a host for the ForEachEnumerator.
Öffentliche Eigenschaft VariableMappings Infrastruktur Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Execute Infrastruktur Executes the ForEach loop process.
Öffentliche Methode Validate Infrastruktur Validates the ForEach loop process .

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace