ResetOccurrenceCount 메서드
Resets the alert occurrence count back to zero.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub ResetOccurrenceCount
‘사용 방법
Dim instance As Alert
instance.ResetOccurrenceCount()
public void ResetOccurrenceCount()
public:
void ResetOccurrenceCount()
member ResetOccurrenceCount : unit -> unit
public function ResetOccurrenceCount()
주의
The ResetOccurrenceCount method:
Sets the OccurrenceCount property to 0.
Sets the date and time that specifies the start of counting to the current date and time in the LastOccurrenceDate and CountResetDate properties.