IRelationalIndex.CompactLargeObjects Property
Gets a value that indicates whether to compact the large object (LOB) data in the index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property CompactLargeObjects As Boolean
Get
'Usage
Dim instance As IRelationalIndex
Dim value As Boolean
value = instance.CompactLargeObjects
bool CompactLargeObjects { get; }
property bool CompactLargeObjects {
bool get ();
}
abstract CompactLargeObjects : bool
function get CompactLargeObjects () : boolean
Property Value
Type: System.Boolean
true to compact the LOB data in the index; otherwise, false.