Freigeben über


DtsEnumerator-Member

Defines an abstract base class that implements the IEnumerator methods.

Der DtsEnumerator-Typ macht die folgenden Member verfügbar.

Konstruktoren

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode MoveNext Advances the enumerator to the next element of the collection.
Öffentliche Methode Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Current Gets the current element in the collection.

Zum Anfang