LevelProperty.ParentLevel 속성

Gets a Level that contains the LevelProperty.

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

구문

‘선언
Public ReadOnly Property ParentLevel As Level 
    Get
‘사용 방법
Dim instance As LevelProperty 
Dim value As Level 

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

속성 값

유형: Microsoft.AnalysisServices.AdomdServer.Level
A Level that contains the LevelProperty.

주의

The ParentLevel property returns a level that contains the property the LevelProperty represents.

참고 항목

참조

LevelProperty 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스