Share via


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.