IBIMonitoringServiceApplicationProxy.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
Function GetFilterDependencies ( _
filterLocation As RepositoryLocation _
) As ResourceDependencies
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim filterLocation As RepositoryLocation
Dim returnValue As ResourceDependencies
returnValue = instance.GetFilterDependencies(filterLocation)
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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface