Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The MessageTypeValidation enumeration contains constant values that specify the types of validation performed on the Компонент Service Broker message body.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.ServiceBrokerEnum (в Microsoft.SqlServer.ServiceBrokerEnum.dll)
Синтаксис
'Декларация
Public Enumeration MessageTypeValidation
'Применение
Dim instance As MessageTypeValidation
public enum MessageTypeValidation
public enum class MessageTypeValidation
type MessageTypeValidation
public enum MessageTypeValidation
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Empty | The message body must be NULL for this message type. | |
| None | Validation is not performed. | |
| Xml | The message body must contain well-formed XML data. | |
| XmlSchemaCollection | The message body must contain XML that passes validation by the XML schema collection specified for the message type. |
Замечания
The MessageTypeValidation enumeration class is served by the MessageTypeValidation property.