Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.74 KB

File metadata and controls

29 lines (24 loc) · 1.74 KB
title sys.pdw_health_component_status_mappings (Transact-SQL)
description sys.pdw_health_component_status_mappings (Transact-SQL)
author WilliamDAssafMSFT
ms.author wiassaf
ms.date 05/12/2022
ms.service sql
ms.subservice system-objects
ms.topic reference
dev_langs
TSQL
monikerRange >=aps-pdw-2016

sys.pdw_health_component_status_mappings (Transact-SQL)

[!INCLUDE pdw]

Defines the mapping between the [!INCLUDEssazuresynapse-md] component statuses and the manufacturer-defined component names.

Column Name Data Type Description Range
property_id int Unique identifier of the property.

property_id, component_id, and physical_name form the key for this view.
NOT NULL
component_id int The ID of the component. See sys.pdw_health_components (Transact-SQL).

property_id, component_id, and physical_name form the key for this view.
NOT NULL
physical_name nvarchar(32) Property name as defined by the manufacturer.

property_id, component_id, and physical_name form the key for this view.
NOT NULL
logical_name nvarchar(255) Property name as defined by [!INCLUDEssazuresynapse-md]. NOT NULL

0 - Device instance is unique.

1 - Device instance is not unique.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Catalog Views