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