Свойство CompactLargeObjects

Gets or sets a value that indicates whether to compact the large object (LOB) data in the index.

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

Синтаксис

'Декларация
Property CompactLargeObjects As Boolean
    Get
    Set
'Применение
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.CompactLargeObjects

instance.CompactLargeObjects = value
bool CompactLargeObjects { get; set; }
property bool CompactLargeObjects {
    bool get ();
    void set (bool value);
}
abstract CompactLargeObjects : bool with get, set
function get CompactLargeObjects () : boolean
function set CompactLargeObjects (value : boolean)

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

Тип: System. . :: . .Boolean
true to compact the LOB data in the index; otherwise, false.

Реализует

IRelationalIndex. . :: . .CompactLargeObjects