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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.