Share via


SPDataStore.TrimAnnotationUntouchedSince - Méthode

Remarque : cette API est maintenant obsolète. Utilisez la méthode BIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince(DateTime) à la place.
Supprime les annotations qui n'ont pas été modifiées depuis la date spécifiée.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Store
Assembly :  Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntaxe

'Déclaration
Public Sub TrimAnnotationUntouchedSince ( _
    untouchedSince As DateTime _
)
'Utilisation
Dim instance As SPDataStore
Dim untouchedSince As DateTime

instance.TrimAnnotationUntouchedSince(untouchedSince)
public void TrimAnnotationUntouchedSince(
    DateTime untouchedSince
)

Paramètres

  • untouchedSince
    Type : System.DateTime

    La date de la cible. Annotations qui n'ont pas été modifiées depuis cette date sont supprimées du système.

Implémentations

IBIMonitoringStore.TrimAnnotationUntouchedSince(DateTime)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms