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
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.AnnotationCollection
The annotations from the specified scorecard.