Compartir a través de


MessageSource Enumeración

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.ServiceBrokerEnum (en Microsoft.SqlServer.ServiceBrokerEnum.dll)

Sintaxis

'Declaración
Public Enumeration MessageSource
'Uso
Dim instance As MessageSource
public enum MessageSource
public enum class MessageSource
type MessageSource
public enum MessageSource

Miembros

Nombre del miembro Descripción
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.

Notas

The MessageSource enumerated class is served by the MessageSource property.