IBIMonitoringStore.TrimAnnotationByScorecardLocation Method
Removes annotations from a specified scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub TrimAnnotationByScorecardLocation ( _
scorecardLocation As RepositoryLocation _
)
'Usage
Dim instance As IBIMonitoringStore
Dim scorecardLocation As RepositoryLocation
instance.TrimAnnotationByScorecardLocation(scorecardLocation)
void TrimAnnotationByScorecardLocation(
RepositoryLocation scorecardLocation
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.