Compartir a través de


MessageTypeValidation Enumeration

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 (in microsoft.sqlserver.servicebrokerenum.dll)

Sintaxis

'Declaración
Public Enumeration MessageTypeValidation
public enum MessageTypeValidation
public enum class MessageTypeValidation
public enum MessageTypeValidation
public enum MessageTypeValidation

Members

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.

Notas

The MessageTypeValidation enumeration class is served by the MessageTypeValidation property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo.Broker Namespace