Sql90CharacterSet Enumeration

Specifies possible character sets for SOAP endpoints and defines the behavior when the result of an operation includes characters that are not valid in XML.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration Sql90CharacterSet
public enum Sql90CharacterSet
public enum class Sql90CharacterSet
type Sql90CharacterSet
public enum Sql90CharacterSet

Members

Member name Description
Unknown The character set is unknown.
Sql Encodes the characters that are not valid as character references, and then returns them in the result.

In this case, an XML parser may reject the returned XML as not valid.

Xml Encodes characters according to the XML specification.

Any characters that are not allowed in the XML character set will cause SQL Server to send an invalid XML error back to the client.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace