Freigeben über


Kpi.GetDataSourceLocations-Methode

Gibt eine Liste der Standorte des eigentlichen und Ziel-Datenquellen für Key Performance Indicator (KPI) zurück.

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

Syntax

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

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

Rückgabewert

Typ: System.Collections.Generic.List<RepositoryLocation>
Eine Liste der Standorte des eigentlichen und Ziel-Datenquellen für diesen KPI.

Siehe auch

Referenz

Kpi Klasse

Kpi-Member

Microsoft.PerformancePoint.Scorecards-Namespace