Aracılığıyla paylaş


DataCompressionOption.PartitionRanges Özellik

Bu seçenek geçerli olduğu bölümlerin listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<CompressionPartitionRange>

Açıklamalar

Liste boş olabilir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataCompressionOption Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı