Freigeben über


MessageSource-Enumeration

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

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.ServiceBrokerEnum (in Microsoft.SqlServer.ServiceBrokerEnum.dll)

Syntax

'Declaration
Public Enumeration MessageSource
'Usage
Dim instance As MessageSource
public enum MessageSource
public enum class MessageSource
type MessageSource
public enum MessageSource

Elemente

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

Hinweise

The MessageSource enumerated class is served by the MessageSource property.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo.Broker-Namespace