Condividi tramite


ResetOccurrenceCount Method

Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The ResetOccurrenceCount method reinitializes history data for a SQL Server Agent alert.

Sintassi

object
.ResetOccurrenceCount(
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT ResetOccurrenceCount();

Osservazioni

The ResetOccurrenceCount method:

  • Sets to zero the counter representing the number of times an alert has been raised.
  • Sets the date and time marking the start of counting to the current date and time.

Alert history values are visible in SQL Distributed Management Objects (SQL-DMO) through the CountResetDate, LastOccurrenceDate, and OccurrenceCount properties of the Alert object.

Applies To:

Alert Object

Vedere anche

Riferimento

CountResetDate Property
OccurrenceCount Property
LastOccurrenceDate Property

Guida in linea e informazioni

Assistenza su SQL Server 2005