Freigeben über


MajorObject-Klasse

Serves as the base class from which all major objects are derived.

Vererbungshierarchie

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

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

Syntax

'Declaration
<GuidAttribute("92668AA5-FE9A-49ea-BE65-45F19305EDC5")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class MajorObject _
    Inherits NamedComponent _
    Implements IDeserializationStartCallback, IDeserializationCallback
'Usage
Dim instance As MajorObject
[GuidAttribute("92668AA5-FE9A-49ea-BE65-45F19305EDC5")]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public abstract class MajorObject : NamedComponent, 
    IDeserializationStartCallback, IDeserializationCallback
[GuidAttribute(L"92668AA5-FE9A-49ea-BE65-45F19305EDC5")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public ref class MajorObject abstract : public NamedComponent, 
    IDeserializationStartCallback, IDeserializationCallback
[<AbstractClassAttribute>]
[<GuidAttribute("92668AA5-FE9A-49ea-BE65-45F19305EDC5")>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")>]
type MajorObject =  
    class
        inherit NamedComponent
        interface IDeserializationStartCallback
        interface IDeserializationCallback
    end
public abstract class MajorObject extends NamedComponent implements IDeserializationStartCallback, IDeserializationCallback

Der MajorObject-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode MajorObject() () () () Initializes a new major object as implemented by the derived class using default values.
Geschützte Methode MajorObject(String) Initializes a new major object as implemented by the derived class using the specified object name.
Geschützte Methode MajorObject(String, String) Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets the collection object of all annotations to current object. (Überschreibt ModelComponent. . :: . .Annotations.)
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft CreatedTimestamp Gets or sets the date and time of the creation of the object.
Öffentliche Eigenschaft Description Gets or sets a description string of current object. (Überschreibt NamedComponent. . :: . .Description.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ID (Geerbt von NamedComponent.)
Öffentliche Eigenschaft IsLoaded Infrastruktur
Geschützte Eigenschaft KeyForCollection (Geerbt von NamedComponent.)
Öffentliche Eigenschaft LastSchemaUpdate Gets or sets the date and time when current object schema was last updated.
Öffentliche Eigenschaft Name (Geerbt von NamedComponent.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Site (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID (Geerbt von NamedComponent.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode Clone Infrastruktur
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode CopyTo(NamedComponent) (Geerbt von NamedComponent.)
Geschützte Methode CopyTo(MajorObject, Boolean) Infrastruktur
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Drop() () () () Removes current object and updates server.
Öffentliche Methode Drop(DropOptions) Removes current object and updates server using specified options.
Öffentliche Methode Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
Öffentliche Methode Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable.
Öffentliche Methode Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Geschützte Methode GetCreateReferences Infrastruktur
Öffentliche Methode GetDependents Infrastruktur
Geschützte Methode GetDropDependents Infrastruktur
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetReferences Infrastruktur
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUpdateOverwrites Infrastruktur
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Öffentliche Methode Refresh() () () () Updates current object from server definitions.
Öffentliche Methode Refresh(Boolean) Updates current object from server definitions and loaded dependent objects if specified.
Öffentliche Methode Refresh(Boolean, RefreshType) Updates current object from server definitions and loaded dependent objects if specified.
Geschützte Methode RemoveFromContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode Reset (Geerbt von NamedComponent.)
Öffentliche Methode Submit() () () () Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode ToString (Geerbt von NamedComponent.)
Öffentliche Methode Update() () () () Updates server definition of current object to actual values using the default values to update dependent objects.
Öffentliche Methode Update(UpdateOptions) Updates server definition of current object to actual values using the specified options to update dependent objects.
Öffentliche Methode Update(UpdateOptions, UpdateMode) Updates server definition of current object to actual values using the specified options to update dependent objects.
Öffentliche Methode Update(UpdateOptions, UpdateMode, XmlaWarningCollection) Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation.
Öffentliche Methode Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation.
Öffentliche Methode Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation.
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationResultCollection)
Ö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. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationResultCollection, ValidationOptions)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) (Geerbt von NamedComponent.)
Öffentliche Methode Validate(ValidationResultCollection, ValidationOptions, ServerEdition)

Zum Anfang

Ereignisse

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

Zum Anfang

Hinweise

Neu: 17. Juli 2006

A major object is a class that represents a complete object as a whole entity and not as a part of another object, such objects can be independently created, altered and deleted. The following is a list of major objects.

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. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..MajorObject
            Microsoft.AnalysisServices. . :: . .AggregationDesign
            Microsoft.AnalysisServices. . :: . .Assembly
            Microsoft.AnalysisServices. . :: . .DataSource
            Microsoft.AnalysisServices. . :: . .DataSourceView
            Microsoft.AnalysisServices. . :: . .MdxScript
            Microsoft.AnalysisServices. . :: . .Permission
            Microsoft.AnalysisServices. . :: . .Perspective
            Microsoft.AnalysisServices. . :: . .ProcessableMajorObject
            Microsoft.AnalysisServices. . :: . .Role
            Microsoft.AnalysisServices. . :: . .Server
            Microsoft.AnalysisServices. . :: . .Trace