Hierarchy 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
Hierarchy() |
Initializes a new instance of the Hierarchy class using default values. |
Hierarchy(String) |
Initializes a new instance of Hierarchy using the specified name. |
Hierarchy(String, String) |
Initializes a new instance of Hierarchy using the specified name and identifier. |
Hierarchy()
Initializes a new instance of the Hierarchy class using default values.
public Hierarchy ();
Public Sub New ()
Applies to
Hierarchy(String)
Initializes a new instance of Hierarchy using the specified name.
public Hierarchy (string name);
new Microsoft.AnalysisServices.Hierarchy : string -> Microsoft.AnalysisServices.Hierarchy
Public Sub New (name As String)
Parameters
- name
- String
A String that contains the name of the Hierarchy.
Applies to
Hierarchy(String, String)
Initializes a new instance of Hierarchy using the specified name and identifier.
public Hierarchy (string name, string id);
new Microsoft.AnalysisServices.Hierarchy : string * string -> Microsoft.AnalysisServices.Hierarchy
Public Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the Hierarchy.
- id
- String
A String that contains a unique identifier for the Hierarchy.