Propriedade do RDL Kpi.ParentKpi
Gets the parent Kpi of the current Kpi.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentKpi As Kpi
Get
'Uso
Dim instance As Kpi
Dim value As Kpi
value = instance.ParentKpi
public Kpi ParentKpi { get; }
public:
property Kpi^ ParentKpi {
Kpi^ get ();
}
member ParentKpi : Kpi
function get ParentKpi () : Kpi
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer.Kpi
Returns the parent Kpi of the current Kpi.