Właściwość Index.HasCompressedPartitions
Pobiera lub ustawia Boolean wartości właściwość, która określa, czy ma indeks skompresowanych partycji.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
Get
'Użycie
Dim instance As Index
Dim value As Boolean
value = instance.HasCompressedPartitions
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public bool HasCompressedPartitions { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property bool HasCompressedPartitions {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member HasCompressedPartitions : bool
function get HasCompressedPartitions () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy ma indeks skompresowanych partycji.
Jeśli True, indeks zostały skompresowane partycji.W przeciwnym razie False (domyślnie).
Uwagi
Partycje są identyfikowane przez PhysicalPartitionCollection().
Zobacz także