Scorecard.GetKpiLocations Method
Returns the locations of the key performance indicators (KPIs) that are associated with this scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetKpiLocations As List(Of RepositoryLocation)
'Usage
Dim instance As Scorecard
Dim returnValue As List(Of RepositoryLocation)
returnValue = instance.GetKpiLocations()
public List<RepositoryLocation> GetKpiLocations()
Return Value
Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the KPIs that are associated with this scorecard.