sys.trace_event_bindings (Transact-SQL)
sys.trace_event_bindings 目錄檢視中包含事件和資料行之各種可能使用組合的清單。對於 trace_event_id 資料行中所列出的每個事件,所有可用的資料行都會列在 trace_column_id 資料行中。不是每次發生給定的事件,都會擴展所有可用的資料行。SQL Server Database Engine 給定版本的這些值不會改變。
如需支援的追蹤事件之完整清單,請參閱<SQL Server 事件類別參考>。
資料行名稱 |
資料類型 |
描述 |
---|---|---|
trace_event_id |
smallint |
追蹤事件的識別碼。這個資料行同時也在 sys.trace_events 目錄檢視中。 |
trace_column_id |
smallint |
追蹤資料行的識別碼。這個資料行同時也在 sys.trace_columns 目錄檢視中。 |