Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the locations of the FCO child elements for this object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public MustOverride Function GetChildFCOLocations As List(Of RepositoryLocation)
'Usage
Dim instance As FirstClassElement
Dim returnValue As List(Of RepositoryLocation)
returnValue = instance.GetChildFCOLocations()
public abstract List<RepositoryLocation> GetChildFCOLocations()
Return Value
Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the FCO child elements for this object.
Remarks
For example, a dashboard returns the locations of the scorecard, report, and filter objects that it contains, and reports, filters, and key performance indicators (KPI) return the location of their underlying data sources.