XmlCompressionOptionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible Xml Compression Options under 'CREATE TABLE t1 XML_COMPRESSION = { ON | OFF }'
public enum XmlCompressionOptionState
type XmlCompressionOptionState =
Public Enum XmlCompressionOptionState
- Inheritance
-
XmlCompressionOptionState
Fields
Name | Value | Description |
---|---|---|
Off | 0 | |
On | 1 |