Compartir a través de


MessageSource Enumeration

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

Sintaxis

'Declaración
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.

Notas

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo.Broker Namespace