Freigeben über


PropertyEnumerator-Member

Supports iteration over the DtsProperties collection. This class cannot be inherited.

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

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. (Geerbt von DtsEnumerator.)
Öffentliche Methode Reset Sets the enumerator to its initial position, which is before the first element in the collection. (Geerbt von DtsEnumerator.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang