다음을 통해 공유


ParentHierarchy 속성

Gets a Hierarchy that contains the Level.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public ReadOnly Property ParentHierarchy As Hierarchy
    Get
‘사용 방법
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

주의

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