模型化 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 | 指定使用頁面壓縮來壓縮資料表或資料分割。 |