MessageTypeValidation 属性

Gets or sets the type of validation performed on message body.

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

语法

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

value = instance.MessageTypeValidation

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

属性值

类型:Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageTypeValidation
A MessageTypeValidation object value that specifies the type of validation performed on the message body.