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.
Models the compression level for data in a SQL Server database.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlDataCompressionLevel
public enum SqlDataCompressionLevel
public enum class SqlDataCompressionLevel
type SqlDataCompressionLevel
public enum SqlDataCompressionLevel
Members
Member name | Description | |
---|---|---|
None | Specifies that no data compression is used. | |
Row | Specifies that the table or partitions are compressed by using row compression. | |
Page | Specifies that the table or partitions are compressed by using page compression. |