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. |