CubeHierarchy 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
CubeHierarchy() |
Initializes a new instance of the CubeHierarchy class using default values. |
CubeHierarchy(String) |
Initializes a new instance of CubeHierarchy using the specified hierarchy identifier. |
CubeHierarchy()
Initializes a new instance of the CubeHierarchy class using default values.
public CubeHierarchy ();
Public Sub New ()
Applies to
CubeHierarchy(String)
Initializes a new instance of CubeHierarchy using the specified hierarchy identifier.
public CubeHierarchy (string hierarchyId);
new Microsoft.AnalysisServices.CubeHierarchy : string -> Microsoft.AnalysisServices.CubeHierarchy
Public Sub New (hierarchyId As String)
Parameters
- hierarchyId
- String
A String that contains an identifier for the CubeHierarchy.