Freigeben über


ForEachEnumeratorHost-Schnittstelle

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

For more information, see ForEachEnumeratorHostClass.

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

Syntax

'Declaration
<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")> _
Public Interface ForEachEnumeratorHost _
    Inherits IDTSName100
'Usage
Dim instance As ForEachEnumeratorHost
[GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface ForEachEnumeratorHost : IDTSName100
[GuidAttribute(L"3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface class ForEachEnumeratorHost : IDTSName100
[<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")>]
type ForEachEnumeratorHost =  
    interface
        interface IDTSName100
    end
public interface ForEachEnumeratorHost extends IDTSName100

Der ForEachEnumeratorHost-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationName Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)
Öffentliche Eigenschaft Description Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)
Öffentliche Eigenschaft ID Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)
Öffentliche Eigenschaft Name Infrastruktur For more information, see IDTSName. (Geerbt von IDTSName100.)

Zum Anfang