ISql100SpecifiesDataCompressionOptions.DataCompressionOptions 屬性

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

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

語法

'宣告
ReadOnly Property DataCompressionOptions As IList(Of ISql100DataCompressionOption)
    Get
IList<ISql100DataCompressionOption> DataCompressionOptions { get; }
property IList<ISql100DataCompressionOption^>^ DataCompressionOptions {
    IList<ISql100DataCompressionOption^>^ get ();
}
abstract DataCompressionOptions : IList<ISql100DataCompressionOption>
function get DataCompressionOptions () : IList<ISql100DataCompressionOption>

屬性值

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

.NET Framework 安全性

請參閱

參考

ISql100SpecifiesDataCompressionOptions 介面

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