다음을 통해 공유


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

주의

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