AdomdPropertyCollection.Enumerator-Member
Implements the System.Collections..::..IEnumerator interface to support iterating over an AdomdPropertyCollection object and reading its individual AdomdProperty values.
Der AdomdPropertyCollection. . :: . .Enumerator-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von ValueType.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von ValueType.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
MoveNext | Moves to the next AdomdProperty instance of the AdomdPropertyCollection object. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Geerbt von ValueType.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Current | Gets the current AdomdProperty instance in the AdomdPropertyCollection object. |
Zum Anfang