Элементы MiningServiceParameterCollection
Gets a read-only collection of MiningServiceParameter objects contained by a CellSet.
Тип MiningServiceParameterCollection предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
CopyTo | Copies the elements of the MiningServiceParameterCollection collection to the specified array. | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
Find | Gets the specified MiningServiceParameter from the MiningServiceParameterCollection collection by its name. | |
GetEnumerator | Gets an Enumerator for iterating through the MiningServiceParameterCollection collection. | |
GetHashCode | (Наследуется из Object.) | |
GetType | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of MiningServiceParameter objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified MiningServiceParameter from the MiningServiceParameterCollection collection by its index. | |
Item[ ( [ ( String] ) ] ) | Gets the specified MiningServiceParameter from the MiningServiceParameterCollection collection by its name. | |
SyncRoot | Gets an object that can be used to synchronize access to the MiningServiceParameterCollection collection. |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICollection. . :: . .CopyTo | Copies the elements of the T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection collection to the specified array. | |
IEnumerable. . :: . .GetEnumerator | Returns an Enumerator that can iterate through a collection. |
В начало