Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the parent Kpi of the current Kpi.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.Kpi
Returns the parent Kpi of the current Kpi.