PerspectiveHierarchy Constructors

Definition

Overloads

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.

PerspectiveHierarchy()

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

public PerspectiveHierarchy ();
Public Sub New ()

Applies to

PerspectiveHierarchy(String)

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

public PerspectiveHierarchy (string hierarchyId);
new Microsoft.AnalysisServices.PerspectiveHierarchy : string -> Microsoft.AnalysisServices.PerspectiveHierarchy
Public Sub New (hierarchyId As String)

Parameters

hierarchyId
String

A String that contains a unique identifier for a hierarchy. This is a reference to a specific dimension role on the owning measure group.

Applies to