Partager via


Propriété Kpi.ParentKpi

Gets the parent Kpi of the current Kpi.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentKpi As Kpi 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Kpi Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer