Partager via


Énumération MessageSource

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.ServiceBrokerEnum (en Microsoft.SqlServer.ServiceBrokerEnum.dll)

Syntaxe

'Déclaration
Public Enumeration MessageSource
'Utilisation
Dim instance As MessageSource
public enum MessageSource
public enum class MessageSource
type MessageSource
public enum MessageSource

Membres

Nom de membre Description
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.

Notes

The MessageSource enumerated class is served by the MessageSource property.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo.Broker