Share via


IMutableIndex.PadIndex Property

Gets or sets 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
Property PadIndex As Boolean 
    Get 
    Set
'Usage
Dim instance As IMutableIndex 
Dim value As Boolean 

value = instance.PadIndex

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

Property Value

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

See Also

Reference

IMutableIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace