SPDataStore.GetAllAnnotationsByScorecardLocation Method

NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.GetAllAnnotationsByScorecardLocation(RepositoryLocation) method instead.
Gets all annotations for the specified scorecard.

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.AnnotationCollection

Implements

IBIMonitoringStore.GetAllAnnotationsByScorecardLocation(RepositoryLocation)

See Also

Reference

SPDataStore Class

SPDataStore Members

Microsoft.PerformancePoint.Scorecards.Store Namespace