Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of partitions to which this option applies.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property PartitionRanges As IList(Of CompressionPartitionRange)
Get
'Usage
Dim instance As DataCompressionOption
Dim value As IList(Of CompressionPartitionRange)
value = instance.PartitionRanges
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>
The list of partitions to which this option applies.