BIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince method
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
Security Note |
---|
This operation requires farm-level administration rights. |
See also
Reference
BIMonitoringServiceApplicationProxy class