SqlDataCompressionLevel 枚举

对 SQL Server 数据库中数据的压缩级别进行建模。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Enumeration SqlDataCompressionLevel
public enum SqlDataCompressionLevel
public enum class SqlDataCompressionLevel
type SqlDataCompressionLevel
public enum SqlDataCompressionLevel

成员

成员名称 说明
None 指定不使用数据压缩。
Row 指定将使用行压缩对表或分区进行压缩。
Page 指定将使用页压缩对表或分区进行压缩。

请参见

参考

Microsoft.Data.Schema.Sql.SchemaModel 命名空间