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.
Removes the annotations of the specified owner.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub TrimAnnotationByOwner ( _
Owner As String _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim Owner As String
instance.TrimAnnotationByOwner(Owner)
public void TrimAnnotationByOwner(
string Owner
)
Parameters
Owner
Type: System.StringThe specified owner.
Implements
IBIMonitoringServiceApplicationProxy.TrimAnnotationByOwner(String)
Remarks
![]() |
---|
This operation requires farm-level administration rights. |
See Also
Reference
BIMonitoringServiceApplicationProxy Class