Класс MajorObjectCollection
Contains a collection of MajorObject objects.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices..::..MajorObjectCollection
Подробнее...
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("28AAE99B-1831-4017-A5CA-8F122C957C29")> _
Public MustInherit Class MajorObjectCollection _
Inherits NamedComponentCollection
'Применение
Dim instance As MajorObjectCollection
[GuidAttribute("28AAE99B-1831-4017-A5CA-8F122C957C29")]
public abstract class MajorObjectCollection : NamedComponentCollection
[GuidAttribute(L"28AAE99B-1831-4017-A5CA-8F122C957C29")]
public ref class MajorObjectCollection abstract : public NamedComponentCollection
[<AbstractClassAttribute>]
[<GuidAttribute("28AAE99B-1831-4017-A5CA-8F122C957C29")>]
type MajorObjectCollection =
class
inherit NamedComponentCollection
end
public abstract class MajorObjectCollection extends NamedComponentCollection
Тип MajorObjectCollection обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MajorObjectCollection | Initializes a new instance of the MajorObjectCollection class for the specified parent object. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Производный от ModelComponentCollection.) | |
DemandLoadingService | Инфраструктура. (Производный от ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Производный от ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Производный от ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Производный от ModelComponentCollection.) | |
Item | Gets the IModelComponent at the specified index. (Производный от ModelComponentCollection.) | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Производный от ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Производный от ModelComponentCollection.) | |
Preloadable | Инфраструктура. (Производный от ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Производный от ModelComponentCollection.) |
В начало
Методы
В начало
События
Имя | Описание | |
---|---|---|
CollectionChanged | Инфраструктура. (Производный от ModelComponentCollection.) | |
CollectionChanging | Инфраструктура. (Производный от ModelComponentCollection.) |
В начало
Явные реализации интерфейса
В начало
Замечания
The MajorObjectCollection abstract class is inherited by other collection classes in Analysis Management Objects (AMO) that contain major objects (in other words, any object that implements IMajorObject).
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices..::..MajorObjectCollection
Microsoft.AnalysisServices. . :: . .AggregationDesignCollection
Microsoft.AnalysisServices. . :: . .AssemblyCollection
Microsoft.AnalysisServices. . :: . .CubeCollection
Microsoft.AnalysisServices. . :: . .CubePermissionCollection
Microsoft.AnalysisServices. . :: . .DatabaseCollection
Microsoft.AnalysisServices. . :: . .DatabasePermissionCollection
Microsoft.AnalysisServices. . :: . .DataSourceCollection
Microsoft.AnalysisServices. . :: . .DataSourcePermissionCollection
Microsoft.AnalysisServices. . :: . .DataSourceViewCollection
Microsoft.AnalysisServices. . :: . .DimensionCollection
Microsoft.AnalysisServices. . :: . .DimensionPermissionCollection
Microsoft.AnalysisServices. . :: . .MdxScriptCollection
Microsoft.AnalysisServices. . :: . .MeasureGroupCollection
Microsoft.AnalysisServices. . :: . .MiningModelCollection
Microsoft.AnalysisServices. . :: . .MiningModelPermissionCollection
Microsoft.AnalysisServices. . :: . .MiningStructureCollection
Microsoft.AnalysisServices. . :: . .MiningStructurePermissionCollection
Microsoft.AnalysisServices. . :: . .PartitionCollection
Microsoft.AnalysisServices. . :: . .PerspectiveCollection
Microsoft.AnalysisServices. . :: . .RoleCollection
Microsoft.AnalysisServices. . :: . .TraceCollection