Hierarchy Class

 

Updated: May 24, 2016

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

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

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.AnalysisServices::ModelComponent
        Microsoft.AnalysisServices::NamedComponent
          Microsoft.AnalysisServices::Hierarchy

[GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")]
public ref class Hierarchy sealed : NamedComponent, ICloneable

NameDescription
System_CAPS_pubmethodHierarchy()

Initializes a new instance of the Hierarchy class using default values.

System_CAPS_pubmethodHierarchy(String^)

Initializes a new instance of Hierarchy using a name.

System_CAPS_pubmethodHierarchy(String^, String^)

Initializes a new instance of Hierarchy, using a name and an identifier.

NameDescription
System_CAPS_pubpropertyAllMemberName

Gets or sets the all member name property of the Hierarchy object.

System_CAPS_pubpropertyAllMemberTranslations

Gets the all member translations property of the Hierarchy object.

System_CAPS_pubpropertyAllowDuplicateNames

Gets or sets the Boolean value to allow duplicate names for a Hierarchy object.

System_CAPS_pubpropertyAnnotations

Gets a collection within which you can store custom data.(Inherited from ModelComponent.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyDescription

Gets or sets the description of the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertyDisplayFolder

Gets or sets the display folder associated with the Hierarchy object.

System_CAPS_protpropertyFriendlyName

Returns a user-friendly name.(Inherited from NamedComponent.)

System_CAPS_pubpropertyID

Gets or sets the identifier of the component.(Inherited from NamedComponent.)

System_CAPS_protpropertyKeyForCollection

Returns the key used in collections.(Inherited from NamedComponent.)

System_CAPS_pubpropertyLevels

Gets the levels associated with the Hierarchy object.

System_CAPS_pubpropertyMemberKeysUnique

Gets or sets whether the member keys are required to be unique.

System_CAPS_pubpropertyMemberNamesUnique

Gets or sets the property member names unique for the Hierarchy object.

System_CAPS_pubpropertyName

Gets or sets the name of the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertyOwningCollection

Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.)

System_CAPS_pubpropertyParent

Gets the parent Dimension of the Hierarchy object.

System_CAPS_pubpropertyParentDatabase

Gets the parent Database of the Hierarchy object.

System_CAPS_pubpropertyParentServer

Gets the parent Server of the Hierarchy object.

System_CAPS_pubpropertyProcessingState

Gets or sets the processing state of the hierarchy.

System_CAPS_pubpropertySite

Gets or sets the site of the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertySiteID

Gets or sets the identifier for the site associated with the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertyStructureType

Gets or sets the current hierarchy structure.

System_CAPS_pubpropertyTranslations

Gets the collection of translations associated with a Hierarchy object.

System_CAPS_pubpropertyVisualizationProperties

Gets or sets the visualization properties of the hierarchy.

NameDescription
System_CAPS_protmethodAddToContainer(IContainer^)

Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterInsert(Int32)

Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterMove(Int32, Int32)

Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterRemove(ModelComponentCollection^)

Displays a ModelComponentCollection after a ModelComponent object is removed.(Inherited from ModelComponent.)

System_CAPS_protmethodBeforeRemove(Boolean)

Removes the ModelComponent object before the cleanup.(Inherited from ModelComponent.)

System_CAPS_pubmethodClone()

Creates a new, full copy of an object.

System_CAPS_pubmethodCopyTo(Hierarchy^)

Copies a Hierarchy object to the specified object.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodRemoveFromContainer(IContainer^)

Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.)

System_CAPS_pubmethodSubmit()

Submits a ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubmethodSubmit(Boolean)

Submits a ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubmethodToString()

Returns a string containing the name of the component.(Inherited from NamedComponent.)

System_CAPS_pubmethodValidate(ValidationErrorCollection^)

Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from ModelComponent.)

System_CAPS_pubmethodValidate(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.(Inherited from ModelComponent.)

System_CAPS_pubmethodValidate(ValidationErrorCollection^, Boolean, ServerEdition)

Validates the element to which it is appended.(Overrides NamedComponent::Validate(ValidationErrorCollection^, Boolean, ServerEdition).)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new, full copy of an object.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormattable::ToString(String^, IFormatProvider^)

Formats the value of the current instance using the specified format.(Inherited from NamedComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIHostableComponent::Host

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIModelComponent::FriendlyPath

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIModelComponent::OwningCollection

(Inherited from ModelComponent.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: