MiningModelColumnCollection.Enumerator-Member
Supports iterating over a MiningModelColumnCollection and reading its individual MiningModelColumn objects.
Der MiningModelColumnCollection. . :: . .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 MiningModelColumn in the MiningModelColumnCollection. | |
Reset | Sets the MiningModelColumnCollection..::..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 MiningModelColumn in the MiningModelColumnCollection. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerator. . :: . .Current | Gets the current element in the collection. |
Zum Anfang