Level.ParentHierarchy Property

Gets a Hierarchy that contains the Level.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property ParentHierarchy As Hierarchy
    Get
'Usage
Dim instance As Level
Dim value As Hierarchy

value = instance.ParentHierarchy
public Hierarchy ParentHierarchy { get; }
public:
property Hierarchy^ ParentHierarchy {
    Hierarchy^ get ();
}
member ParentHierarchy : Hierarchy
function get ParentHierarchy () : Hierarchy

Remarks

Each level is associated with one hierarchy. The ParentHierarchy property returns the parent Hierarchy that is associated with the specified Level.