共用方式為


FillFactor 屬性

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

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Property FillFactor As Byte
    Get
    Set
'用途
Dim instance As IMutableRelationalIndex
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)

屬性值

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

實作

IRelationalIndex. . :: . .FillFactor