Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the annotations for the specified scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetAllAnnotationsByScorecardLocation ( _
scorecardLoc As RepositoryLocation _
) As AnnotationCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim scorecardLoc As RepositoryLocation
Dim returnValue As AnnotationCollection
returnValue = instance.GetAllAnnotationsByScorecardLocation(scorecardLoc)
AnnotationCollection GetAllAnnotationsByScorecardLocation(
RepositoryLocation scorecardLoc
)
Parameters
scorecardLoc
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.AnnotationCollection
All annotations associated with the specified scorecard.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface