Share via


IIndex.FillFactor Property

Gets 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
ReadOnly Property FillFactor As Byte 
    Get
'Usage
Dim instance As IIndex 
Dim value As Byte 

value = instance.FillFactor
byte FillFactor { get; }
property unsigned char FillFactor {
    unsigned char get ();
}
abstract FillFactor : byte
function get FillFactor () : 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

IIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace