共用方式為


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.