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.

Permissions

In SQL Server 2005 and later versions, the visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission. For more information, see Metadata Visibility Configuration.

See Also

Concepts