Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.