MessageTypeStatementBase.ValidationMethod (Propiedad)

Obtiene o establece la forma en que Service Broker valida el cuerpo del mensaje para los mensajes de este tipo.

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

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.MessageValidationMethod
Devuelve un objeto MessageValidationMethod.

Seguridad de .NET Framework

Vea también

Referencia

MessageTypeStatementBase Clase

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