Freigeben über


Level.ParentHierarchy-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.Hierarchy
The level within the hierarchy.

Hinweise

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

Siehe auch

Verweis

Level Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace