sys.server_event_session_targets (Transact-SQL)
SQL Server 2008 R2
Returns a row for each event target for an event session.
Column name | Data type | Description |
|---|---|---|
event_session_id | int | The ID of the event session. Is not nullable. |
target_id | int | The ID of the target. ID is unique within the event session object. Is not nullable. |
name | sysname | The name of the event target. Is not nullable. |
package | sysname | The name of the event package that contains the event target. Is not nullable. |
module | sysname | The name of the module that contains the event target. Is not nullable. |
