Membres MiningModelColumnCollection
Represents a read-only, on-demand collection of MiningModelColumn objects contained by a MiningModel object.
Le type MiningModelColumnCollection expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CopyTo | Copies the elements of the collection to the specified array. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
Find | Gets the specified MiningModelColumn from the collection by its name. | |
GetEnumerator | Gets an Enumerator for iterating through the collection. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of MiningModelColumn objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified MiningModelColumn from the collection by its index. | |
Item[ ( [ ( String] ) ] ) | Gets the specified MiningModelColumn from the collection by its name. | |
SyncRoot | Gets an Object that can be used to synchronize access to the collection. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements of the MiningModelColumnCollection collection to the specified array. | |
IEnumerable. . :: . .GetEnumerator | Returns an Enumerator than can iterate through a collection. |
Haut de la page
Voir aussi