Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.13 KB

File metadata and controls

31 lines (26 loc) · 1.13 KB
title sys.pdw_health_component_groups (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
ms.assetid 5ba27432-7a29-4420-b73d-def621c0b3ac
caps.latest.revision 6
author barbkess
ms.author barbkess
manager jhubbard

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