Compartilhar via


Propriedade do RDL Kpi.ParentCube

Gets the CubeDef representing the cube to which the Key performance indicator (KPI) belongs.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property ParentCube As CubeDef 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.CubeDef
A CubeDef representing the cube to which the KPI belongs.

Consulte também

Referência

Kpi Classe

Namespace Microsoft.AnalysisServices.AdomdServer