CreateTableStatement.DataCompressionOptions 屬性

取得資料壓縮選項的清單。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public ReadOnly Property DataCompressionOptions As IList(Of DataCompressionOption)
    Get
public IList<DataCompressionOption> DataCompressionOptions { get; }
public:
property IList<DataCompressionOption^>^ DataCompressionOptions {
    IList<DataCompressionOption^>^ get ();
}
member DataCompressionOptions : IList<DataCompressionOption>
function get DataCompressionOptions () : IList<DataCompressionOption>

屬性值

型別:System.Collections.Generic.IList<DataCompressionOption>

.NET Framework 安全性

請參閱

參考

CreateTableStatement 類別

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