Share via


IMutableIndex.FillFactor Property

Gets or sets the percentage of an index page to fill when the index is created or re-created.

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

Syntax

'Declaration
Property FillFactor As Byte 
    Get 
    Set
'Usage
Dim instance As IMutableIndex 
Dim value As Byte 

value = instance.FillFactor

instance.FillFactor = value
byte FillFactor { get; set; }
property unsigned char FillFactor {
    unsigned char get ();
    void set (unsigned char value);
}
abstract FillFactor : byte with get, set
function get FillFactor () : byte 
function set FillFactor (value : byte)

Property Value

Type: System.Byte
The percentage of an index page to fill when the index is created or re-created.

See Also

Reference

IMutableIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace