RemoveNotification Method

SQLServer.Alert Object

Description

Removes an operator from the list of operators to notify when this Alert fires.

Visual Basic

Alert.RemoveNotification ( [OperatorName :=] strOperator )

C++

HRESULT pAlert->RemoveNotification ( SQLOLE_LPCSTR strOperator );

Elements

Element Type Description

strOperator String Operator to remove

Reference

sp_dropnotification