MiningModelCollection 成員
Represents a read-only, on-demand collection of MiningModel objects contained by a MiningStructure or AdomdConnection object.
MiningModelCollection 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CopyTo | Copies the elements of the collection to the specified array. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
Find | Gets the specified MiningModel from the collection by its name. | |
GetEnumerator | Gets an Enumerator for iterating through the collection. | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Count | Gets the number of MiningModel objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified MiningModel from the collection by its index. | |
Item[ ( [ ( String] ) ] ) | Gets the specified MiningModel from the collection by its name. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
頂端
明確繼承實作
名稱 | 描述 | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements of the MiningModelCollection collection to the specified array. | |
IEnumerable. . :: . .GetEnumerator | Returns an Enumerator that can iterate through a collection. |
頂端