You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Broker:Conversation Group Event Class | Microsoft Docs
ms.custom
ms.date
03/06/2017
ms.prod
sql-server-2014
ms.reviewer
ms.technology
supportability
ms.topic
conceptual
topic_type
apiref
helpviewer_keywords
Broker:Conversation Group event class
ms.assetid
6595bef6-9d40-42eb-a934-735622dd23fb
author
stevestein
ms.author
sstein
manager
craigg
Broker:Conversation Group Event Class
[!INCLUDEssNoVersion] generates a Broker:Conversation Group event when Service Broker creates a new conversation group or drops an existing conversation group.
Broker:Conversation Group Event Class Data Columns
Data column
Type
Description
Column number
Filterable
ApplicationName
nvarchar
The name of the client application that created the connection to an instance of [!INCLUDEssNoVersion]. This column is populated with the values passed by the application rather than the displayed name of the program.
10
Yes
ClientProcessID
int
The ID assigned by the host computer to the process where the client application is running. This data column is populated if the client process ID is provided by the client.
9
Yes
DatabaseID
int
The ID of the database specified by the USE database statement, or the ID of the default database if no USE database statement has been issued for a given instance. [!INCLUDEssSqlProfiler] displays the name of the database if the ServerName data column is captured in the trace and the server is available. Determine the value for a database by using the DB_ID function.
3
Yes
EventClass
int
The type of event class captured. Always 136 for Broker:Conversation Group.
27
No
EventSequence
int
Sequence number for this event.
51
No
EventSubClass
nvarchar
The type of event subclass, providing further information about each event class. This column may contain the following values:
Create. [!INCLUDEssNoVersion] created a new conversation group.
Drop. [!INCLUDEssNoVersion] deleted a conversation group.
21
Yes
GUID
uniqueidentifier
The conversation group identifier of the conversation group that this event describes.
54
No
HostName
nvarchar
The name of the computer on which the client is running. This data column is populated if the host name is provided by the client. To determine the host name, use the HOST_NAME function.
8
Yes
IsSystem
int
Indicates whether the event occurred on a system process or a user process. 1 = system, 0 = user.
60
No
LoginSid
image
The security identification number (SID) of the logged-in user. Each SID is unique for each login in the server.
41
Yes
NTDomainName
nvarchar
The Windows domain to which the user belongs.
7
Yes
NTUserName
nvarchar
The name of the user that owns the connection that generated this event.
6
Yes
ServerName
nvarchar
The name of the instance of [!INCLUDEssNoVersion] being traced.
26
No
SPID
int
The server process ID assigned by [!INCLUDEssNoVersion] to the process associated with the client.
12
Yes
StartTime
datetime
The time at which the event started, when available.