MessageTypeValidation Enumeration
The MessageTypeValidation enumeration contains constant values that specify the types of validation performed on the Service Broker message body.
Assembly: Microsoft.SqlServer.ServiceBrokerEnum (in Microsoft.SqlServer.ServiceBrokerEnum.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: