LevelProperty.ParentLevel 屬性
取得包含 LevelProperty 的 Level。
命名空間: 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
包含 LevelProperty 的 Level。
備註
ParentLevel 屬性傳回的層級包含了 LevelProperty 所代表的屬性。