Freigeben über


ISql90MessageType.ValidationMethod-Eigenschaft

Ruft einen Wert ab, der angibt, wie der Service Broker diesen Nachrichtentyp überprüft, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90MessageType Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace