Поделиться через


ISql90MessageType.ValidationMethod - свойство

Получает или задает значение, указывающее, как брокер службы проверяет данный тип сообщений.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Microsoft.Data.Schema.Sql.SchemaModel.SqlMessageValidationMethod

Безопасность платформы .NET Framework

См. также

Ссылки

ISql90MessageType Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен