Freigeben über


MessageTypeStatementBase.ValidationMethod-Eigenschaft

Ruft ab oder legt fest, wie Service Broker den Nachrichtentext für Nachrichten dieser Art überprüft.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.MessageValidationMethod
Gibt eine MessageValidationMethod zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

MessageTypeStatementBase Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace