SPDataStore.TrimAnnotationByScorecardLocation Method

NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationByScorecardLocation(RepositoryLocation) method instead.
Removes annotations from the specified scorecard.

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

Syntax

'Declaration
Public Sub TrimAnnotationByScorecardLocation ( _
    scorecardLocation As RepositoryLocation _
)
'Usage
Dim instance As SPDataStore
Dim scorecardLocation As RepositoryLocation

instance.TrimAnnotationByScorecardLocation(scorecardLocation)
public void TrimAnnotationByScorecardLocation(
    RepositoryLocation scorecardLocation
)

Parameters

Implements

IBIMonitoringStore.TrimAnnotationByScorecardLocation(RepositoryLocation)

See Also

Reference

SPDataStore Class

SPDataStore Members

Microsoft.PerformancePoint.Scorecards.Store Namespace