SqlDataCompressionLevel Enumeration

Specifies a SQL data compression level.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlDataCompressionLevel
'Usage
Dim instance As SqlDataCompressionLevel
public enum SqlDataCompressionLevel
public enum class SqlDataCompressionLevel
public enum SqlDataCompressionLevel
type SqlDataCompressionLevel

Members

Member name Description
None Level is None
Row Level is Row
Page Level is Page

Remarks

See ISql100DataCompressionOption.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace