ISql100DataCompressionOption.CompressionLevel 属性

获取或设置压缩级别。

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

语法

声明
Property CompressionLevel As SqlDataCompressionLevel
    Get
    Set
SqlDataCompressionLevel CompressionLevel { get; set; }
property SqlDataCompressionLevel CompressionLevel {
    SqlDataCompressionLevel get ();
    void set (SqlDataCompressionLevel value);
}
abstract CompressionLevel : SqlDataCompressionLevel with get, set
function get CompressionLevel () : SqlDataCompressionLevel
function set CompressionLevel (value : SqlDataCompressionLevel)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlDataCompressionLevel

.NET Framework 安全性

请参见

参考

ISql100DataCompressionOption 接口

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