共用方式為


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.