Compartir a través de


Enumeración MessageTypeValidation

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.ServiceBrokerEnum (en Microsoft.SqlServer.ServiceBrokerEnum.dll)

Sintaxis

'Declaración
Public Enumeration MessageTypeValidation
'Uso
Dim instance As MessageTypeValidation
public enum MessageTypeValidation
public enum class MessageTypeValidation
type MessageTypeValidation
public enum MessageTypeValidation

Miembros

Nombre del miembro Descripción
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.

Comentarios

The MessageTypeValidation enumeration class is served by the MessageTypeValidation property.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker