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 命名空间