Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.12 KB

File metadata and controls

30 lines (25 loc) · 1.12 KB
title sys.pdw_diag_event_properties (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql
ms.technology system-objects
ms.reviewer
ms.topic language-reference
dev_langs
TSQL
ms.assetid e3944f48-8074-43aa-9840-3d5230faedd3
author ronortloff
ms.author rortloff
monikerRange >= aps-pdw-2016 || = sqlallproducts-allversions

sys.pdw_diag_event_properties (Transact-SQL)

[!INCLUDEtsql-appliesto-xxxxxx-xxxx-xxxx-pdw-md]

Holds information about which properties are associated with diagnostic events.

Column Name Data Type Description Range
event_name nvarchar(255) Name of the specific diagnostics event.
property_name nvarchar(255) Name of a property of the event.

See Also

SQL Data Warehouse and Parallel Data Warehouse Catalog Views