sys.conversation_groups (Transact-SQL)
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. |