BIMonitoringServiceApplicationProxy.GetAllAnnotationsByScorecardLocation Method

Gets the annotations for the specified scorecard.

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

Syntax

'Declaration
Public Function GetAllAnnotationsByScorecardLocation ( _
    scorecardLoc As RepositoryLocation _
) As AnnotationCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim scorecardLoc As RepositoryLocation
Dim returnValue As AnnotationCollection

returnValue = instance.GetAllAnnotationsByScorecardLocation(scorecardLoc)
public AnnotationCollection GetAllAnnotationsByScorecardLocation(
    RepositoryLocation scorecardLoc
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.AnnotationCollection
All annotations associated with the specified scorecard.

Implements

IBIMonitoringServiceApplicationProxy.GetAllAnnotationsByScorecardLocation(RepositoryLocation)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace