Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.55 KB

File metadata and controls

45 lines (40 loc) · 1.55 KB
title sys.conversation_groups (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql
ms.prod_service database-engine
ms.service
ms.component system-catalog-views
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
conversation_groups_TSQL
conversation_groups
sys.conversation_groups
sys.conversation_groups_TSQL
dev_langs
TSQL
helpviewer_keywords
sys.conversation_groups catalog view
ms.assetid 3f35815e-2de4-42a2-a972-8f0141dad0b3
caps.latest.revision 29
author stevestein
ms.author sstein
manager craigg
ms.workload Inactive

sys.conversation_groups (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

This catalog view contains a row for each conversation group.

Column name Data type Description
conversation_group_id uniqueidentifier Identifier for the conversation group. Not NULLABLE.
service_id int Identifier of the service for conversations in this group. Not NULLABLE.
is_system bit Indicates whether this is a system instance or not. NULLABLE.

Permissions

[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.