ISql90MessageType.ValidationMethod (Propiedad)

Obtiene o establece un valor que indica cómo valida Service Broker este tipo de mensaje.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90MessageType Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)