다음을 통해 공유


Scorecard.GetIndicatorLocations Method

Returns the locations of the indicators that are directly associated with the scorecard.

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 Scorecard
Dim returnValue As List(Of RepositoryLocation)

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

Return Value

Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the indicators that are directly associated with the scorecard.

See Also

Reference

Scorecard Class

Scorecard Members

Microsoft.PerformancePoint.Scorecards Namespace