XmlCompressionType 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.
XmlCompressionType describe about the compression status of a table with xml datatype column or xml index partition. Off means no xml compression, On means xml compression is enabled
public enum XmlCompressionType
type XmlCompressionType =
Public Enum XmlCompressionType
- Inheritance
-
XmlCompressionType
Fields
| Name | Value | Description |
|---|---|---|
| Invalid | -1 | Xml compression option doesn't exist |
| Off | 0 | No xml compression for this object |
| On | 1 | xml compression is set for this object |