次の方法で共有


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 名前空間