IBIMonitoringServiceApplicationProxy.GetScorecardDependencies method

Retrieves the external dependencies required for rendering the specified scorecard.

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

Syntax

'Declaration
Function GetScorecardDependencies ( _
    scorecardLocation As RepositoryLocation _
) As ResourceDependencies
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim returnValue As ResourceDependencies

returnValue = instance.GetScorecardDependencies(scorecardLocation)
ResourceDependencies GetScorecardDependencies(
    RepositoryLocation scorecardLocation
)

Parameters

Return value

Type: ResourceDependencies
The resources that are required to render the scorecard.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace