Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.13 KB

File metadata and controls

28 lines (23 loc) · 1.13 KB
title sys.pdw_health_component_groups (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql
ms.technology system-objects
ms.reviewer
ms.topic conceptual
ms.assetid 5ba27432-7a29-4420-b73d-def621c0b3ac
author ronortloff
ms.author rortloff
monikerRange >= aps-pdw-2016 || = sqlallproducts-allversions

sys.pdw_health_component_groups (Transact-SQL)

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

Stores information about logical groupings of components and devices.

Column Name Data Type Description Range
group_id int Unique identifier for components and devices.

Key for this view.
NOT NULL
group_name nvarchar(255) Logical group name for the components and devices. NOT NULL

See Also

SQL Data Warehouse and Parallel Data Warehouse Catalog Views