MessageSource 属性

Gets or sets the message type source.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property MessageSource As MessageSource
    Get
    Set
用法
Dim instance As MessageTypeMapping
Dim value As MessageSource

value = instance.MessageSource

instance.MessageSource = value
[SfcPropertyAttribute]
public MessageSource MessageSource { get; set; }
[SfcPropertyAttribute]
public:
property MessageSource MessageSource {
    MessageSource get ();
    void set (MessageSource value);
}
[<SfcPropertyAttribute>]
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.