MessageTypeValidation 枚举

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

成员

成员名称 说明
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.

注释

The MessageTypeValidation enumeration class is served by the MessageTypeValidation property.