Freigeben über


Kpi.GetIndicatorLocations-Methode

Gibt eine Liste der Speicherorte der Indikatoren, die von Key Performance Indicator (KPI) verwendet werden.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetIndicatorLocations As List(Of RepositoryLocation)
'Usage
Dim instance As Kpi
Dim returnValue As List(Of RepositoryLocation)

returnValue = instance.GetIndicatorLocations()
public List<RepositoryLocation> GetIndicatorLocations()

Rückgabewert

Typ: System.Collections.Generic.List<RepositoryLocation>
Eine Liste der Speicherorte der Indikatoren, die von diesem KPI verwendet werden.

Siehe auch

Referenz

Kpi Klasse

Kpi-Member

Microsoft.PerformancePoint.Scorecards-Namespace