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).
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
繼承階層
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