RemoveNotification Method

SQLServer.Operator Object

Description

Removes an alert from the list of alerts that notify the Operator when the alert fires.

Visual Basic

Operator.RemoveNotification ( [AlertName :=] strAlert )

C++

HRESULT pOperator->RemoveNotification ( SQLOLE_LPCSTR strAlert );

Elements

Element Type Description

strAlert String Alert to remove

Reference

sp_dropnotification