DataCompressionType 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.
Indicates type of data compression used on a index.
public enum DataCompressionType
type DataCompressionType =
Public Enum DataCompressionType
- Inheritance
-
DataCompressionType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Index is not compressed. |
| Row | 1 | Index is compressed by using row compression. |
| Page | 2 | Index is compressed by using page compression. |
Remarks
See Data Compression for more information on data compression.