Freigeben über


BIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince-Methode

Entfernt die Anmerkungen, die seit dem angegebenen Datum nicht geändert wurden.

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
)

Parameter

  • untouchedSince
    Typ: System.DateTime

    Das angegebene Datum. Anmerkungen, die seit diesem Datum nicht geändert wurden, werden entfernt.

Implementiert

IBIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince(DateTime)

Hinweise

SicherheitshinweisSicherheitshinweis

Dieser Vorgang erfordert Administratorrechte auf Farmebene.

Siehe auch

Referenz

BIMonitoringServiceApplicationProxy Klasse

BIMonitoringServiceApplicationProxy-Member

Microsoft.PerformancePoint.Scorecards-Namespace