Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the types of message validation methods.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration MessageValidationMethod
'Usage
Dim instance As MessageValidationMethod
public enum MessageValidationMethod
public enum class MessageValidationMethod
type MessageValidationMethod
public enum MessageValidationMethod
Members
| Member name | Description | |
|---|---|---|
| Empty | The Method is Empty. | |
| None | The Message is None. | |
| NotSpecified | The Message is NotSpecified. | |
| ValidXml | The Message is ValidXml. | |
| WellFormedXml | The Message is WellFormedXml. |