Freigeben über


ForEachEnumeratorHostClass-Klasse

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

Defines the host class for the ForEachItemEnumeratorClass. This class cannot be inherited.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("3442EA23-18C4-4A00-8ABD-C4157880CAA7")> _
Public Class ForEachEnumeratorHostClass _
    Implements ForEachEnumeratorHost, IDTSName100, IDTSObjectHost100, IDTSForEachEnumerator100,  _
    IDTSPropertiesProvider100
'Usage
Dim instance As ForEachEnumeratorHostClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("3442EA23-18C4-4A00-8ABD-C4157880CAA7")]
public class ForEachEnumeratorHostClass : ForEachEnumeratorHost, 
    IDTSName100, IDTSObjectHost100, IDTSForEachEnumerator100, IDTSPropertiesProvider100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"3442EA23-18C4-4A00-8ABD-C4157880CAA7")]
public ref class ForEachEnumeratorHostClass : ForEachEnumeratorHost, 
    IDTSName100, IDTSObjectHost100, IDTSForEachEnumerator100, IDTSPropertiesProvider100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("3442EA23-18C4-4A00-8ABD-C4157880CAA7")>]
type ForEachEnumeratorHostClass =  
    class 
        interface ForEachEnumeratorHost 
        interface IDTSName100 
        interface IDTSObjectHost100 
        interface IDTSForEachEnumerator100 
        interface IDTSPropertiesProvider100 
    end
public class ForEachEnumeratorHostClass implements ForEachEnumeratorHost, IDTSName100, IDTSObjectHost100, IDTSForEachEnumerator100, IDTSPropertiesProvider100

Der ForEachEnumeratorHostClass-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CollectionEnumerator Infrastruktur Gets or sets a Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections.
Öffentliche Eigenschaft CreationName Infrastruktur Returns the string that is used by the run-time to create an instance of the ForEachItemEnumeratorClass object. This property is read-only.
Öffentliche Eigenschaft DelayValidation Infrastruktur Gets or sets a Boolean that indicates whether ForEachItemEnumeratorClass validation is delayed until the package runs.
Öffentliche Eigenschaft Description Infrastruktur Gets or sets description for the host.
Öffentliche Eigenschaft HostType Infrastruktur Gets an enumeration that describes the type of host that the ForEachItemEnumeratorClass is being used by. This property is read-only.
Öffentliche Eigenschaft ID Infrastruktur Returns the GUID assigned to the host.
Öffentliche Eigenschaft InnerObject Infrastruktur Returns the inner object of the host, which is the ForEachItemEnumeratorClass that is being hosted.
Öffentliche Eigenschaft Name Infrastruktur Gets or sets a name for the host.
Öffentliche Eigenschaft Properties Infrastruktur Returns a IDTSProperties100 collection that contains IDTSProperty100 objects. Each IDTSProperty100 has additional information about each task in the ForEachItemEnumeratorClass.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ComputeExpressions Infrastruktur Computes the expressions in the property collection.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Infrastruktur Returns an IEnumerator interface for use in iterating over the ForEachItemEnumeratorClass.
Öffentliche Methode GetExpression Infrastruktur Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeForEachEnumerator Infrastruktur Initializes the properties associated with the task.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetExpression Infrastruktur Assigns the specified expression to the property. Specify nullein NULL-Verweis (Nothing in Visual Basic) to remove an existing expression from the property.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Validate Infrastruktur Allows the host to determine if there are invalid settings that will prevent the ForEachItemEnumeratorClass from executing successfully.

Zum Anfang

Hinweise

For more information, see ForEachEnumeratorHost.

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