Kpi.ParentKpi Property

Gets the parent Kpi of the current Kpi.

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

Syntax

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

Property Value

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

See Also

Reference

Kpi Class

Microsoft.AnalysisServices.AdomdServer Namespace