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.DateTimeDas angegebene Datum. Anmerkungen, die seit diesem Datum nicht geändert wurden, werden entfernt.
Implementiert
IBIMonitoringServiceApplicationProxy.TrimAnnotationUntouchedSince(DateTime)
Hinweise
Sicherheitshinweis |
---|
Dieser Vorgang erfordert Administratorrechte auf Farmebene. |
Siehe auch
Referenz
BIMonitoringServiceApplicationProxy Klasse