Condividi tramite


Classe ForEachEnumerator

Enumerates over the items that the ForEachLoop is assigned to iterate over.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public MustInherit Class ForEachEnumerator _
    Inherits DtsObject _
    Implements IDTSForEachEnumerator
'Utilizzo
Dim instance As ForEachEnumerator
public abstract class ForEachEnumerator : DtsObject, 
    IDTSForEachEnumerator
public ref class ForEachEnumerator abstract : public DtsObject, 
    IDTSForEachEnumerator
[<AbstractClassAttribute>]
type ForEachEnumerator =  
    class
        inherit DtsObject
        interface IDTSForEachEnumerator
    end
public abstract class ForEachEnumerator extends DtsObject implements IDTSForEachEnumerator

Nel tipo ForEachEnumerator sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ForEachEnumerator Initializes a new instance of the ForEachEnumerator class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CollectionEnumerator Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections.
Proprietà pubblica Version Returns the version number of the package. This property is read-only.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanUpdate A Boolean that indicates if the new package XML can update the old package XML.
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetEnumerator Returns a managed enumerator, IEnumerator, for iterating over the collections.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeForEachEnumerator Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Update This method updates the old package XML with the new package XML if CanUpdate is set to true.
Metodo pubblico Validate Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

In alto

Osservazioni

This class provides the abstract (MustInherit in Visual Basic) base class for enumerators over the foreach loop collection. Inherits from DtsObject and IDTSForEachEnumerator.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.