Classe ModelComponent
This is the base class for most of the Analysis Management Objects.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices..::..ModelComponent
Mais...
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")> _
Public MustInherit Class ModelComponent _
Inherits Component _
Implements IModelComponent, IComponent, IDisposable, IHostableComponent
'Uso
Dim instance As ModelComponent
[GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")]
public abstract class ModelComponent : Component,
IModelComponent, IComponent, IDisposable, IHostableComponent
[GuidAttribute(L"FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")]
public ref class ModelComponent abstract : public Component,
IModelComponent, IComponent, IDisposable, IHostableComponent
[<AbstractClassAttribute>]
[<GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")>]
type ModelComponent =
class
inherit Component
interface IModelComponent
interface IComponent
interface IDisposable
interface IHostableComponent
end
public abstract class ModelComponent extends Component implements IModelComponent, IComponent, IDisposable, IHostableComponent
O tipo ModelComponent expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ModelComponent | Initializes a new instance of the ModelComponent class using the default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. | |
CanRaiseEvents | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
FriendlyName | Infraestrutura. | |
KeyForCollection | Infraestrutura. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. | |
Parent | Infraestrutura. | |
Site | (Herdado de Component.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddToContainer | Infraestrutura. | |
AfterInsert | Infraestrutura. | |
AfterMove | Infraestrutura. | |
AfterRemove | Infraestrutura. | |
BeforeRemove | Infraestrutura. | |
CopyTo | Infraestrutura. | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose() () () () | (Herdado de Component.) | |
Dispose(Boolean) | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Herdado de Object.) | |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. | |
Reset | Infraestrutura. | |
Submit() () () () | Infraestrutura. | |
Submit(Boolean) | Infraestrutura. | |
ToString | Infraestrutura. (Substitui Component. . :: . .ToString() () () ().) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IHostableComponent. . :: . .Host | ||
IModelComponent. . :: . .FriendlyPath | ||
IModelComponent. . :: . .OwningCollection |
Início
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
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices..::..ModelComponent
Microsoft.AnalysisServices. . :: . .Account
Microsoft.AnalysisServices. . :: . .AggregationAttribute
Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
Microsoft.AnalysisServices. . :: . .AggregationDesignDimension
Microsoft.AnalysisServices. . :: . .AggregationDimension
Microsoft.AnalysisServices. . :: . .AggregationInstanceAttribute
Microsoft.AnalysisServices. . :: . .AggregationInstanceDimension
Microsoft.AnalysisServices. . :: . .AggregationInstanceMeasure
Microsoft.AnalysisServices. . :: . .AttributePermission
Microsoft.AnalysisServices. . :: . .AttributeRelationship
Microsoft.AnalysisServices. . :: . .CalculationProperty
Microsoft.AnalysisServices. . :: . .CellPermission
Microsoft.AnalysisServices. . :: . .CubeAttribute
Microsoft.AnalysisServices. . :: . .CubeDimensionPermission
Microsoft.AnalysisServices. . :: . .CubeHierarchy
Microsoft.AnalysisServices. . :: . .MeasureGroupAttribute
Microsoft.AnalysisServices. . :: . .MeasureGroupDimension
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .PerspectiveAction
Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
Microsoft.AnalysisServices. . :: . .PerspectiveDimension
Microsoft.AnalysisServices. . :: . .PerspectiveHierarchy
Microsoft.AnalysisServices. . :: . .PerspectiveKpi
Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroup
Microsoft.AnalysisServices. . :: . .Translation