MessageTypeMapping.MessageSource プロパティ

メッセージ ソースを取得または設定します。

名前空間:  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
メッセージ ソースを示す MessageSource オブジェクトの値です。

使用例

Readme_ServiceBrokerConfiguration

関連項目

参照

MessageTypeMapping クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間

その他の技術情報

概要 (Service Broker)

Service Broker の管理

開発 (Service Broker)