Freigeben über


Hierarchy-Klasse

Represents a hierarchy in a dimension. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")> _
Public NotInheritable Class Hierarchy _
    Inherits NamedComponent _
    Implements ICloneable
'Usage
Dim instance As Hierarchy
[GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")]
public sealed class Hierarchy : NamedComponent, 
    ICloneable
[GuidAttribute(L"DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")]
public ref class Hierarchy sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")>]
type Hierarchy =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class Hierarchy extends NamedComponent implements ICloneable

Der Hierarchy-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Hierarchy() () () () Initializes a new instance of the Hierarchy class using default values.
Öffentliche Methode Hierarchy(String) Initializes a new instance of Hierarchy using a name.
Öffentliche Methode Hierarchy(String, String) Initializes a new instance of Hierarchy, using a name and an identifier.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllMemberName Gets or sets the all member name property of the Hierarchy object.
Öffentliche Eigenschaft AllMemberTranslations Gets the all member translations property of the Hierarchy object.
Öffentliche Eigenschaft AllowDuplicateNames Gets or sets the Boolean value to allow duplicate names for a Hierarchy object.
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Description (Geerbt von NamedComponent.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Öffentliche Eigenschaft DisplayFolder Gets or sets the display folder associated with the Hierarchy object.
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ID (Geerbt von NamedComponent.)
Geschützte Eigenschaft KeyForCollection (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Levels Gets the levels associated with the Hierarchy object.
Öffentliche Eigenschaft MemberKeysUnique
Öffentliche Eigenschaft MemberNamesUnique Gets or sets the property member names unique for the Hierarchy object.
Öffentliche Eigenschaft Name (Geerbt von NamedComponent.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Gets the parent Dimension of the Hierarchy object.
Öffentliche Eigenschaft ParentDatabase Gets the parent Database of the Hierarchy object.
Öffentliche Eigenschaft ParentServer Gets the parent Server of the Hierarchy object.
Öffentliche Eigenschaft Site (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Translations Gets the collection of translations associated with a Hierarchy object.

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.)
Öffentliche Methode Clone Creates a new, full copy of an object.
Öffentliche Methode CopyTo(Hierarchy) Copies a Hierarchy object to the specified object.
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode CopyTo(NamedComponent) (Geerbt von NamedComponent.)
Ö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 (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 Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Ö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(ValidationErrorCollection, Boolean, ServerEdition) (Überschreibt NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Zum Anfang

Ereignisse

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

Zum Anfang

Threadsicherheit

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