MessageSource Enumeration
The MessageSource enumeration contains constant values that specify which endpoint sent the message.
Assembly: Microsoft.SqlServer.ServiceBrokerEnum (in Microsoft.SqlServer.ServiceBrokerEnum.dll)
| Member name | Description | |
|---|---|---|
| Initiator | Specifies the message was sent by the dialog initiator endpoint. | |
| InitiatorAndTarget | Specifies the message was sent by either the initiator endpoint or the target endpoint. | |
| Target | Specifies the message was sent by the target endpoint. |
The MessageSource enumerated class is served by the MessageSource property.
Show: