Enumerazione MessageSource
The MessageSource enumeration contains constant values that specify which endpoint sent the message.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.ServiceBrokerEnum (in Microsoft.SqlServer.ServiceBrokerEnum.dll)
Sintassi
'Dichiarazione
Public Enumeration MessageSource
'Utilizzo
Dim instance As MessageSource
public enum MessageSource
public enum class MessageSource
type MessageSource
public enum MessageSource
Membri
Nome membro | Descrizione | |
---|---|---|
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. |