Clase ModelComponent
This is the base class for most of the Analysis Management Objects.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices..::..ModelComponent
Más...
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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
El tipo ModelComponent expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ModelComponent | Initializes a new instance of the ModelComponent class using the default values. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. | |
CanRaiseEvents | (Se hereda de Component.) | |
Container | (Se hereda de Component.) | |
DesignMode | (Se hereda de Component.) | |
Events | (Se hereda de Component.) | |
FriendlyName | Infraestructura. | |
KeyForCollection | Infraestructura. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. | |
Parent | Infraestructura. | |
Site | (Se hereda de Component.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. | |
AfterInsert | Infraestructura. | |
AfterMove | Infraestructura. | |
AfterRemove | Infraestructura. | |
BeforeRemove | Infraestructura. | |
CopyTo | Infraestructura. | |
CreateObjRef | (Se hereda de MarshalByRefObject.) | |
Dispose() () () () | (Se hereda de Component.) | |
Dispose(Boolean) | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Component.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | (Se hereda de MarshalByRefObject.) | |
GetService | (Se hereda de Component.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | (Se hereda de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Se hereda de Object.) | |
MemberwiseClone(Boolean) | (Se hereda de MarshalByRefObject.) | |
RemoveFromContainer | Infraestructura. | |
Reset | Infraestructura. | |
Submit() () () () | Infraestructura. | |
Submit(Boolean) | Infraestructura. | |
ToString | Infraestructura. (Invalida 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) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IHostableComponent. . :: . .Host | ||
IModelComponent. . :: . .FriendlyPath | ||
IModelComponent. . :: . .OwningCollection |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Jerarquía de herencia
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