PerspectiveHierarchy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.