Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the supported XML data type styles.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlXmlDataTypeStyle
public enum SqlXmlDataTypeStyle
public enum class SqlXmlDataTypeStyle
type SqlXmlDataTypeStyle
public enum SqlXmlDataTypeStyle
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the style is unknown. | |
Content | Specifies that the data type is content. | |
Document | Specifies that the data type is an XML document. |