DataCompressionOption.PartitionRanges Property

Gets a list of partitions to which this option applies.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

Type: System.Collections.Generic.IList<CompressionPartitionRange>

Remarks

List can be empty.

.NET Framework Security

See Also

Reference

DataCompressionOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace