---
title: "sys.pdw_health_component_status_mappings (Transact-SQL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/06/2017"
ms.prod: sql
ms.technology: data-warehouse
ms.reviewer: ""
ms.technology: system-objects
ms.topic: conceptual
ms.assetid: 4272cfad-5ad7-493d-9edd-d9111619bda0
author: ronortloff
ms.author: rortloff
monikerRange: ">= aps-pdw-2016 || = sqlallproducts-allversions"
---
# sys.pdw_health_component_status_mappings (Transact-SQL)
[!INCLUDE[tsql-appliesto-xxxxxx-xxxx-xxxx-pdw-md](../../includes/tsql-appliesto-xxxxxx-xxxx-xxxx-pdw-md.md)]
Defines the mapping between the [!INCLUDE[ssDW](../../includes/ssdw-md.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)](../../relational-databases/system-catalog-views/sys-pdw-health-components-transact-sql.md).
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 [!INCLUDE[ssDW](../../includes/ssdw-md.md)].|NOT NULL
0 - Device instance is unique.
1 - Device instance is not unique.|
## See Also
[SQL Data Warehouse and Parallel Data Warehouse Catalog Views](../../relational-databases/system-catalog-views/sql-data-warehouse-and-parallel-data-warehouse-catalog-views.md)