sys.conversation_groups (Transact-SQL)

Applies to: 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.

Permissions

The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission. For more information, see Metadata Visibility Configuration.