Поделиться через


Свойство Kpi.ParentCube

Gets the CubeDef representing the cube to which the Key Performance Indicator (KPI) belongs.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property ParentCube As CubeDef 
    Get
'Применение
Dim instance As Kpi 
Dim value As CubeDef 

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

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef representing the cube to which the KPI belongs.

См. также

Справочник

Kpi Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient