MiningParameterCollection 成員
Represents a read-only, on-demand collection of MiningParameter objects contained by a MiningModel object.
MiningParameterCollection 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CopyTo | Copies the elements of the collection to the specified array. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
Find | Gets the specified MiningParameter 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 MiningParameter objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item | Gets the specified MiningParameter from the collection by its index. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
頂端
明確繼承實作
名稱 | 描述 | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements of the T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection collection to the specified array. | |
IEnumerable. . :: . .GetEnumerator | Returns an Enumerator that can iterate throrugh the collection. |
頂端