Share via


IIndex.PadIndex Property

Gets a value that indicates whether the space is left open on each page of the intermediate levels of the index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property PadIndex As Boolean 
    Get
'Usage
Dim instance As IIndex 
Dim value As Boolean 

value = instance.PadIndex
bool PadIndex { get; }
property bool PadIndex {
    bool get ();
}
abstract PadIndex : bool
function get PadIndex () : boolean

Property Value

Type: System.Boolean
true if the index is padded; otherwise, false.

See Also

Reference

IIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace