Partager via


MessageSource Enumeration

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 (in microsoft.sqlserver.servicebrokerenum.dll)

Syntaxe

'Déclaration
Public Enumeration MessageSource
public enum MessageSource
public enum class MessageSource
public enum MessageSource
public enum MessageSource

Members

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

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo.Broker Namespace