PerspectiveHierarchy Class

Definition

Represents the perspective objects in the hierarchy.

[System.Runtime.InteropServices.Guid("6AD99CE6-D74C-4d95-9222-4BE09FC9F052")]
public sealed class PerspectiveHierarchy : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("6AD99CE6-D74C-4d95-9222-4BE09FC9F052")>]
type PerspectiveHierarchy = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class PerspectiveHierarchy
Inherits ModelComponent
Implements ICloneable
Inheritance
PerspectiveHierarchy
Attributes
Implements

Constructors

PerspectiveHierarchy()

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

PerspectiveHierarchy(String)

Initializes a new instance of the PerspectiveHierarchy with the specified hierarchy.

Properties

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
CubeHierarchy

Gets details for a hierarchy on a cube.

FriendlyName

Gets the friendly name of the ModelComponent.

(Inherited from ModelComponent)
Hierarchy

Gets the hierarchy object in the PerspectiveHierarchy.

HierarchyID

Gets or sets the the hierarchy that is associated by the object.

KeyForCollection

Gets the key used in collections.

(Inherited from ModelComponent)
OwningCollection

Gets or sets the collection that contains the ModelComponent.

(Inherited from ModelComponent)
Parent

Gets the parent PerspectiveDimension object of the PerspectiveHierarchy object.

ParentCube

Gets the parent Cube object of the PerspectiveHierarchy object.

ParentDatabase

Gets the parent Database object of the PerspectiveHierarchy object.

ParentPerspective

Gets the parent Perspective object of the PerspectiveHierarchy object.

ParentServer

Gets the parent Server object of the PerspectiveHierarchy object.

Methods

AddToContainer(IContainer)

Adds the ModelComponent object to the specified container.

(Inherited from ModelComponent)
AfterInsert(Int32)

Displays a ModelComponent object after added to the specified index.

(Inherited from ModelComponent)
AfterMove(Int32, Int32)

Displays a ModelComponent object after moving to the specified index.

(Inherited from ModelComponent)
AfterRemove(ModelComponentCollection)

Displays a ModelComponentCollection after a ModelComponent object is removed.

(Inherited from ModelComponent)
BeforeRemove(Boolean)

Removes the ModelComponent object before the cleanup.

(Inherited from ModelComponent)
Clone()

Returns a clone of the object.

CopyTo(ModelComponent)

Copies a ModelComponent object to the specified object.

(Inherited from ModelComponent)
CopyTo(PerspectiveHierarchy)

Copies the content of this object to another object (the destination).

RemoveFromContainer(IContainer)

Removes the ModelComponent object from the specified container.

(Inherited from ModelComponent)
Reset()

Resets the component to an initial state.

(Inherited from ModelComponent)
Submit()

Submits a ModelComponent object.

(Inherited from ModelComponent)
Submit(Boolean)

Submits a ModelComponent object.

(Inherited from ModelComponent)
ToString()

Returns a string that represents the current object.

(Inherited from ModelComponent)
Validate(ValidationErrorCollection)

Validates the element to which it is appended; returns any errors encountered in a collection.

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

(Inherited from ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors.

Explicit Interface Implementations

ICloneable.Clone()
IHostableComponent.Host (Inherited from ModelComponent)
IModelComponent.FriendlyPath (Inherited from ModelComponent)
IModelComponent.OwningCollection (Inherited from ModelComponent)

Applies to