Share via


Enumeração MessageTypeValidation

The MessageTypeValidation enumeration contains constant values that specify the types of validation performed on the Service Broker message body.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.ServiceBrokerEnum (em Microsoft.SqlServer.ServiceBrokerEnum.dll)

Sintaxe

'Declaração
Public Enumeration MessageTypeValidation
'Uso
Dim instance As MessageTypeValidation
public enum MessageTypeValidation
public enum class MessageTypeValidation
type MessageTypeValidation
public enum MessageTypeValidation

Membros

Nome do membro Descrição
None Validation is not performed.
XmlSchemaCollection The message body must contain XML that passes validation by the XML schema collection specified for the message type.
Empty The message body must be NULL for this message type.
Xml The message body must contain well-formed XML data.

Comentários

The MessageTypeValidation enumeration class is served by the MessageTypeValidation property.