Kpi.ParentCube 属性
Gets the CubeDef representing the cube to which the Key performance indicator (KPI) belongs.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.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.AdomdServer.CubeDef
A CubeDef representing the cube to which the KPI belongs.