Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.