Compartilhar via


Propriedade ISql90MessageType.ValidationMethod

Obtém ou define um valor que indica como o service broker valida o tipo de mensagem.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property ValidationMethod As SqlMessageValidationMethod
    Get
    Set
SqlMessageValidationMethod ValidationMethod { get; set; }
property SqlMessageValidationMethod ValidationMethod {
    SqlMessageValidationMethod get ();
    void set (SqlMessageValidationMethod value);
}
abstract ValidationMethod : SqlMessageValidationMethod with get, set
function get ValidationMethod () : SqlMessageValidationMethod
function set ValidationMethod (value : SqlMessageValidationMethod)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlMessageValidationMethod

Segurança do .NET Framework

Consulte também

Referência

ISql90MessageType Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel