title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | f1_keywords | helpviewer_keywords | dev_langs | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sys.conversation_groups (Transact-SQL) |
sys.conversation_groups (Transact-SQL) |
rwestMSFT |
randolphwest |
06/10/2016 |
sql |
system-objects |
reference |
|
|
|
[!INCLUDE SQL Server]
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. |
[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.