Freigeben über


ForEachItemEnumeratorClass-Klasse

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

Implements an enumerator over the IDTSForEachItem100 collection.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass

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

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("4FF22140-C258-42C0-94B0-B4C93DD22099")> _
Public Class ForEachItemEnumeratorClass _
    Implements IDTSForEachItemEnumerator100, ForEachItemEnumerator, IDTSName100
'Usage
Dim instance As ForEachItemEnumeratorClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("4FF22140-C258-42C0-94B0-B4C93DD22099")]
public class ForEachItemEnumeratorClass : IDTSForEachItemEnumerator100, 
    ForEachItemEnumerator, IDTSName100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"4FF22140-C258-42C0-94B0-B4C93DD22099")]
public ref class ForEachItemEnumeratorClass : IDTSForEachItemEnumerator100, 
    ForEachItemEnumerator, IDTSName100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("4FF22140-C258-42C0-94B0-B4C93DD22099")>]
type ForEachItemEnumeratorClass =  
    class 
        interface IDTSForEachItemEnumerator100 
        interface ForEachItemEnumerator 
        interface IDTSName100 
    end
public class ForEachItemEnumeratorClass implements IDTSForEachItemEnumerator100, ForEachItemEnumerator, IDTSName100

Der ForEachItemEnumeratorClass-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ForEachItemEnumeratorClass Infrastruktur Initializes a new instance of the ForEachItemEnumeratorClass class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationName Infrastruktur Returns the string that is used by the run-time to create an instance of the ForEachItemEnumeratorClass object.
Öffentliche Eigenschaft Description Infrastruktur Gets or sets description for the enumerator class.
Öffentliche Eigenschaft ID Infrastruktur Returns the GUID assigned to the enumerator class.
Öffentliche Eigenschaft Items Infrastruktur Gets or sets a collection of IDTSForEachItems100.
Öffentliche Eigenschaft Name Infrastruktur Gets or sets a name for the enumerator class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode ExportXML Infrastruktur Exports data to an .xml file.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ImportXML Infrastruktur Imports XML into the collection.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

For more information, see ForEachItemEnumerator.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace