MessageTypeMapping.MessageSource 속성

Gets or sets the message source.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageSource As MessageSource 
    Get 
    Set
‘사용 방법
Dim instance As MessageTypeMapping 
Dim value As MessageSource 

value = instance.MessageSource

instance.MessageSource = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MessageSource MessageSource { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MessageSource MessageSource {
    MessageSource get ();
    void set (MessageSource value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MessageSource : MessageSource with get, set
function get MessageSource () : MessageSource 
function set MessageSource (value : MessageSource)

속성 값

유형: Microsoft.SqlServer.Management.Smo.Broker.MessageSource
A MessageSource object value that specifies the message source.

Readme_ServiceBrokerConfiguration

참고 항목

참조

MessageTypeMapping 클래스

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스

관련 자료

개요(Service Broker)

Service Broker 관리

개발(Service Broker)