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 annotations that have not been modified since the specified date.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub TrimAnnotationUntouchedSince ( _
untouchedSince As DateTime _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim untouchedSince As DateTime
instance.TrimAnnotationUntouchedSince(untouchedSince)
public void TrimAnnotationUntouchedSince(
DateTime untouchedSince
)
Parameters
untouchedSince
Type: System.DateTimeThe specified date. Annotations that have not been modified since this date are removed.
Implements
IBIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince(DateTime)
Remarks
![]() |
---|
This operation requires farm-level administration rights. |
See Also
Reference
BIMonitoringServiceApplicationProxy Class