IIndex.FillFactor Property

 

Applies To: SQL Server 2016 Preview

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

byte FillFactor { get; }
property unsigned char FillFactor {
    unsigned char get();
}
abstract FillFactor : byte with get
ReadOnly Property FillFactor As Byte

Property Value

Type: System.Byte

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

See Also

IIndex Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top