BIMonitoringServiceApplicationProxy.GetFilterDependencies Method

Retrieves the external dependencies required for rendering the specified filter.

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

Syntax

'Declaration
Public Function GetFilterDependencies ( _
    filterLocation As RepositoryLocation _
) As ResourceDependencies
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim filterLocation As RepositoryLocation
Dim returnValue As ResourceDependencies

returnValue = instance.GetFilterDependencies(filterLocation)
public ResourceDependencies GetFilterDependencies(
    RepositoryLocation filterLocation
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Script.ResourceDependencies
The resources that are required to render the filter.

Implements

IBIMonitoringServiceApplicationProxy.GetFilterDependencies(RepositoryLocation)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace