Поделиться через


Перечисление MessageSource

The MessageSource enumeration contains constant values that specify which endpoint sent the message.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.ServiceBrokerEnum (в Microsoft.SqlServer.ServiceBrokerEnum.dll)

Синтаксис

'Декларация
Public Enumeration MessageSource
'Применение
Dim instance As MessageSource
public enum MessageSource
public enum class MessageSource
type MessageSource
public enum MessageSource

Элементы

Имя элемента Описание
Initiator Specifies the message was sent by the dialog initiator endpoint.
Target Specifies the message was sent by the target endpoint.
InitiatorAndTarget Specifies the message was sent by either the initiator endpoint or the target endpoint.

Замечания

The MessageSource enumerated class is served by the MessageSource property.