DataCompressionOption.PartitionRanges-Eigenschaft
Ruft eine Liste mit Partitionen ab, für die diese Option gilt.
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)
Get
public IList<CompressionPartitionRange> PartitionRanges { get; }
public:
property IList<CompressionPartitionRange^>^ PartitionRanges {
IList<CompressionPartitionRange^>^ get ();
}
member PartitionRanges : IList<CompressionPartitionRange>
function get PartitionRanges () : IList<CompressionPartitionRange>
Eigenschaftswert
Typ: System.Collections.Generic.IList<CompressionPartitionRange>
Hinweise
Die Liste kann leer sein
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.