PmService.TrimAnnotationByScorecardID Method (Microsoft.PerformancePoint.Scorecards.Server)

Trims annotations from the database by scorecard ID.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub TrimAnnotationByScorecardID ( _
    scorecardID As Guid _
)
'Usage
Dim instance As PmService
Dim scorecardID As Guid

instance.TrimAnnotationByScorecardID(scorecardID)
[WebMethodAttribute] 
public void TrimAnnotationByScorecardID (
    Guid scorecardID
)

Parameters

  • scorecardID
    The ID of the scorecard whose annotations to trim.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace