Класс MiningServiceCollection
Gets a read-only collection of MiningService objects contained by a CellSet.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public NotInheritable Class MiningServiceCollection _
Implements ICollection, IEnumerable
'Применение
Dim instance As MiningServiceCollection
public sealed class MiningServiceCollection : ICollection,
IEnumerable
public ref class MiningServiceCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type MiningServiceCollection =
class
interface ICollection
interface IEnumerable
end
public final class MiningServiceCollection implements ICollection, IEnumerable
Замечания
The MiningServiceCollection is used by a CellSet to represent the axes returned by a query. Each MiningService contained by an MiningServiceCollection represents a set of congruent tuples organized along one or more hierarchies.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..MiningServiceCollection
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.
См. также