共用方式為


DataCompressionOption.PartitionRanges 屬性

取得要套用這個選項的資料分割清單。

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

語法

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

屬性值

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

備註

清單可以是空白的。

.NET Framework 安全性

請參閱

參考

DataCompressionOption 類別

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