Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.99 KB

File metadata and controls

38 lines (33 loc) · 1.99 KB

title: "sys.pdw_health_component_status_mappings (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql" ms.prod_service: "pdw" ms.service: "" ms.component: "system-catalog-views" ms.reviewer: "" ms.suite: "sql" ms.technology:

  • "database-engine" ms.tgt_pltfrm: "" ms.topic: "article" ms.assetid: 4272cfad-5ad7-493d-9edd-d9111619bda0 caps.latest.revision: 7 author: "barbkess" ms.author: "barbkess" manager: "craigg" ms.workload: "Inactive" monikerRange: ">= aps-pdw-2016 || = sqlallproducts-allversions"

sys.pdw_health_component_status_mappings (Transact-SQL)

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

Defines the mapping between the [!INCLUDEssDW] 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 [!INCLUDEssDW]. NOT NULL

0 - Device instance is unique.

1 - Device instance is not unique.

See Also

SQL Data Warehouse and Parallel Data Warehouse Catalog Views