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.