Level.ParentHierarchy 속성

Gets a Hierarchy that contains the Level.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
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

속성 값

유형: Microsoft.AnalysisServices.AdomdServer.Hierarchy
The level within the hierarchy.

주의

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

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스