Kpi.GetDataSourceLocations Method
Returns a list of the locations of the actual and target data sources for this key performance indicator (KPI).
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()
Return Value
Type: System.Collections.Generic.List<RepositoryLocation>
A list of the locations of the actual and target data sources for this KPI.