次の方法で共有


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 オブジェクトの値です。