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
filterLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the filter in the repository.
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