Filter.GetChildFCOLocations method

Returns the location of the data source for this filter.

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

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

Return value

Type: System.Collections.Generic.List<RepositoryLocation>
The location of the data source for this filter.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace