sys.event_notification_event_types (Transact-SQL)

Returns a row for each event type on which an event notification can fire. Event groups are not included.

Column name Data type Description

type

int

Type of event that causes an event notification to fire.

type_name

nvarchar(128)

Name of an event. This can be specified in the FOR clause of a CREATE EVENT NOTIFICATION statement.

See Also

Reference

Object Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance