Freigeben über


Level.ParentHierarchy-Eigenschaft

Gets a Hierarchy that contains the Level.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.Hierarchy
A hierarchy object that contains the level.

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.AdomdClient-Namespace