Classe MajorObjectCollection
Contains a collection of MajorObject objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices..::..MajorObjectCollection
Mais...
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("28AAE99B-1831-4017-A5CA-8F122C957C29")> _
Public MustInherit Class MajorObjectCollection _
Inherits NamedComponentCollection
'Uso
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
O tipo MajorObjectCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MajorObjectCollection | Initializes a new instance of the MajorObjectCollection class for the specified parent object. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Herdado de ModelComponentCollection.) | |
DemandLoadingService | Infraestrutura. (Herdado de ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Herdado de ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Herdado de ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Herdado de ModelComponentCollection.) | |
Item | Gets the IModelComponent at the specified index. (Herdado de ModelComponentCollection.) | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Herdado de ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Herdado de ModelComponentCollection.) | |
Preloadable | Infraestrutura. (Herdado de ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
Início
Métodos
Início
Eventos
Nome | Descrição | |
---|---|---|
CollectionChanged | Infraestrutura. (Herdado de ModelComponentCollection.) | |
CollectionChanging | Infraestrutura. (Herdado de ModelComponentCollection.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Clear | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Contains | (Herdado de ModelComponentCollection.) | |
IList. . :: . .IndexOf | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Insert | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Item | (Herdado de ModelComponentCollection.) | |
IList. . :: . .Remove | (Herdado de ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (Herdado de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (Herdado de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (Herdado de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (Herdado de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (Herdado de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .Loaded | (Herdado de ModelComponentCollection.) |
Início
Comentários
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).
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
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