Share via


IBIMonitoringStore.GetAllAnnotationsByScorecardLocation Method

Gets all annotations for a specified scorecard.

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

Syntax

'Declaration
Function GetAllAnnotationsByScorecardLocation ( _
    scorecardLocation As RepositoryLocation _
) As AnnotationCollection
'Usage
Dim instance As IBIMonitoringStore
Dim scorecardLocation As RepositoryLocation
Dim returnValue As AnnotationCollection

returnValue = instance.GetAllAnnotationsByScorecardLocation(scorecardLocation)
AnnotationCollection GetAllAnnotationsByScorecardLocation(
    RepositoryLocation scorecardLocation
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.AnnotationCollection
The annotations from the specified scorecard.

See Also

Reference

IBIMonitoringStore Interface

IBIMonitoringStore Members

Microsoft.PerformancePoint.Scorecards Namespace