DataCompressionOption.CompressionLevel 属性

获取或设置数据压缩级别。

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

语法

声明
Public Property CompressionLevel As DataCompressionLevel
    Get
    Set
public DataCompressionLevel CompressionLevel { get; set; }
public:
property DataCompressionLevel CompressionLevel {
    DataCompressionLevel get ();
    void set (DataCompressionLevel value);
}
member CompressionLevel : DataCompressionLevel with get, set
function get CompressionLevel () : DataCompressionLevel
function set CompressionLevel (value : DataCompressionLevel)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.DataCompressionLevel
返回一个 DataCompressionLevel 枚举值。

.NET Framework 安全性

请参见

参考

DataCompressionOption 类

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