Proprietà ISql90MessageType.ValidationMethod

Ottiene o imposta un valore che indica il modo in cui questo tipo di messaggio viene convalidato dal Service Broker.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90MessageType Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel