sys.server_event_session_events (Transact-SQL)
Returns a row for each event in an event session.
|
Column name |
Data type |
Description |
|---|---|---|
|
event_session_id |
int |
The ID of the event session. Is not nullable. |
|
event_id |
int |
The ID of the event. This ID is unique within an event session object. Is not nullable. |
|
name |
sysname |
The name of the event. Is not nullable. |
|
package |
sysname |
The name of the event package that contains the event. Is not nullable. |
|
module |
sysname |
The name of the module that contains the event. Is not nullable. |
|
predicate |
nvarchar(3000) |
The predicate expression that is applied to the event. Is nullable. |
|
predicate_xml |
nvarchar(3000) |
The XML predicate expression that is applied to the event. Is nullable. |