ResetOccurrenceCount Method
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The ResetOccurrenceCount method reinitializes history data for a SQL Server Agent alert.
Sintaxe
object
.ResetOccurrenceCount(
)
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT ResetOccurrenceCount();
Comentários
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.
Consulte também