Proprietà Kpi.ParentKpi

Gets the parent Kpi of the current Kpi.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParentKpi As Kpi 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.Kpi
Returns the parent Kpi of the current Kpi.

Vedere anche

Riferimento

Kpi Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer