다음을 통해 공유


Scorecard.GetChildFCOLocations Method

Returns a list of the locations of the data sources for the key performance indicators (KPIs) and indicators that are associated with the scorecard.

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

Syntax

'Declaration
Public Overrides Function GetChildFCOLocations As List(Of RepositoryLocation)
'Usage
Dim instance As Scorecard
Dim returnValue As List(Of RepositoryLocation)

returnValue = instance.GetChildFCOLocations()
public override List<RepositoryLocation> GetChildFCOLocations()

Return Value

Type: System.Collections.Generic.List<RepositoryLocation>
A list of the locations of the data sources for the KPIs and indicators that are associated with the scorecard.

See Also

Reference

Scorecard Class

Scorecard Members

Microsoft.PerformancePoint.Scorecards Namespace