Share via


Operator.EnumNotifications Method

Include Protected Members
Include Inherited Members

Enumerates a list of notifications made by SQL Server Agent for job completion and for raised alerts.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method EnumNotifications() Enumerates a list of notifications made by SQL Server Agent for job completion and for raised alerts.
Public method EnumNotifications(String) Enumerates a list of notifications made by SQL Server Agent for the specified alert.
Public method EnumNotifications(NotifyMethods) Enumerates a list of notifications made by SQL Server Agent for job completion and for raised alerts for a specified notification type.
Public method EnumNotifications(NotifyMethods, String) Enumerates a list of notifications made by SQL Server Agent for a specified alert and for a specified notification method.

Top