RemoveNotification Method

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The RemoveNotification method drops all SQL Server Agent alert notification assignments for an operator.

구문

object.RemoveNotification(AlertOrOperatorName)

Parts

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

  • AlertOrOperatorName
    String that identifies an existing alert or operator as described in Settings.

Prototype (C/C++)

HRESULT RemoveNotification(
SQLDMO_LPCSTR Value);

Settings

When setting the AlertOrOperator argument of the RemoveNotification method of the Alert object, the string identifies an existing operator by name. When setting the argument for the Operator object method, the string identifies an existing Alert by name.

주의

The AddNotification method associates operators with alerts. Operators designated receive notification messages when an event raising an alert occurs. When an alert is raised, notification can be sent using e-mail, network pop-up message, or pager. The AddNotification method allows the specification of one or more notification mechanisms when operators are assigned notification for an alert.

The RemoveNotification method removes all operator notification mechanisms for an alert. Use the UpdateNotification method to alter notification mechanism without dropping the association between an alert and operator.