SPDataStore.TrimAnnotationUntouchedSince Method
NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince(DateTime) method instead.
Removes annotations that have not been modified since the specified date.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Sub TrimAnnotationUntouchedSince ( _
untouchedSince As DateTime _
)
'Usage
Dim instance As SPDataStore
Dim untouchedSince As DateTime
instance.TrimAnnotationUntouchedSince(untouchedSince)
public 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.
Implements
IBIMonitoringStore.TrimAnnotationUntouchedSince(DateTime)