Share via


MessageSource 열거형

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.ServiceBrokerEnum(Microsoft.SqlServer.ServiceBrokerEnum.dll)

구문

‘선언
Public Enumeration MessageSource
‘사용 방법
Dim instance As MessageSource
public enum MessageSource
public enum class MessageSource
type MessageSource
public enum MessageSource

멤버

멤버 이름 설명
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.

주의

The MessageSource enumerated class is served by the MessageSource property.