Поделиться через


Свойство Index.HasCompressedPartitions

Gets or sets the Boolean property value that specifies whether the index has compressed partitions.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property HasCompressedPartitions As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether the index has compressed partitions. If True, the index has compressed partitions. Otherwise, False (default).

Замечания

The partitions are identified by the PhysicalPartitionCollection.

Примеры

Создание, изменение и удаление индексов

См. также

Справочник

Index Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Индексы

CREATE INDEX (Transact-SQL)