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.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub TrimAnnotationUntouchedSince ( _
untouchedSince As DateTime _
)
'Usage
Dim instance As IBIMonitoringStore
Dim untouchedSince As DateTime
instance.TrimAnnotationUntouchedSince(untouchedSince)
void TrimAnnotationUntouchedSince(
DateTime untouchedSince
)
Parameters
untouchedSince
Type: System.DateTimeThe target date. Annotations that have not been modified since this date are removed from the system.