BIMonitoringServiceApplicationProxy.TrimAnnotationByOwner Method
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
Security Note |
---|
This operation requires farm-level administration rights. |
See Also
Reference
BIMonitoringServiceApplicationProxy Class