MessageTypeStatementBase.ValidationMethod 属性

获取或设置 Service Broker 如何验证此类型消息的消息正文。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property ValidationMethod As MessageValidationMethod
    Get
    Set
public MessageValidationMethod ValidationMethod { get; set; }
public:
property MessageValidationMethod ValidationMethod {
    MessageValidationMethod get ();
    void set (MessageValidationMethod value);
}
member ValidationMethod : MessageValidationMethod with get, set
function get ValidationMethod () : MessageValidationMethod
function set ValidationMethod (value : MessageValidationMethod)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.MessageValidationMethod
返回一个 MessageValidationMethod

.NET Framework 安全性

请参见

参考

MessageTypeStatementBase 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间