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 命名空间