共用方式為


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.