ModelComponent-Klasse

This is the base class for most of the Analysis Management Objects.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices..::..ModelComponent
        Mehr…

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")> _
Public MustInherit Class ModelComponent _
    Inherits Component _
    Implements IModelComponent, IComponent, IDisposable, IHostableComponent
'Usage
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

Der ModelComponent-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode ModelComponent Initializes a new instance of the ModelComponent class using the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data.
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName Infrastruktur
Geschützte Eigenschaft KeyForCollection Infrastruktur
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent.
Öffentliche Eigenschaft Parent Infrastruktur
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur
Geschützte Methode AfterInsert Infrastruktur
Geschützte Methode AfterMove Infrastruktur
Geschützte Methode AfterRemove Infrastruktur
Geschützte Methode BeforeRemove Infrastruktur
Geschützte Methode CopyTo Infrastruktur
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur
Geschützte Methode Reset Infrastruktur
Öffentliche Methode Submit() () () () Infrastruktur
Öffentliche Methode Submit(Boolean) Infrastruktur
Öffentliche Methode ToString Infrastruktur (Überschreibt Component. . :: . .ToString() () () ().)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection.
Öffentliche Methode 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.
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent. . :: . .Host
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .FriendlyPath
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .OwningCollection

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Vererbungshierarchie

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