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

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스