Classe ModelComponent
This is the base class for most of the Analysis Management Objects.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices..::..ModelComponent
Plus...
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")> _
Public MustInherit Class ModelComponent _
Inherits Component _
Implements IModelComponent, IComponent, IDisposable, IHostableComponent
'Utilisation
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
Le type ModelComponent expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ModelComponent | Initializes a new instance of the ModelComponent class using the default values. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. | |
CanRaiseEvents | (hérité de Component.) | |
Container | (hérité de Component.) | |
DesignMode | (hérité de Component.) | |
Events | (hérité de Component.) | |
FriendlyName | Infrastructure. | |
KeyForCollection | Infrastructure. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. | |
Parent | Infrastructure. | |
Site | (hérité de Component.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
AddToContainer | Infrastructure. | |
AfterInsert | Infrastructure. | |
AfterMove | Infrastructure. | |
AfterRemove | Infrastructure. | |
BeforeRemove | Infrastructure. | |
CopyTo | Infrastructure. | |
CreateObjRef | (hérité de MarshalByRefObject.) | |
Dispose() () () () | (hérité de Component.) | |
Dispose(Boolean) | (hérité de Component.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Component.) | |
GetHashCode | (hérité de Object.) | |
GetLifetimeService | (hérité de MarshalByRefObject.) | |
GetService | (hérité de Component.) | |
GetType | (hérité de Object.) | |
InitializeLifetimeService | (hérité de MarshalByRefObject.) | |
MemberwiseClone() () () () | (hérité de Object.) | |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) | |
RemoveFromContainer | Infrastructure. | |
Reset | Infrastructure. | |
Submit() () () () | Infrastructure. | |
Submit(Boolean) | Infrastructure. | |
ToString | Infrastructure. (remplace 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) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IHostableComponent. . :: . .Host | ||
IModelComponent. . :: . .FriendlyPath | ||
IModelComponent. . :: . .OwningCollection |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Hiérarchie d'héritage
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