다음을 통해 공유


FillFactor 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property FillFactor As Byte
    Get
    Set
‘사용 방법
Dim instance As Index
Dim value As Byte

value = instance.FillFactor

instance.FillFactor = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public byte FillFactor { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property unsigned char FillFactor {
    unsigned char get ();
    void set (unsigned char value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member FillFactor : byte with get, set
function get FillFactor () : byte
function set FillFactor (value : byte)

속성 값

형식: System. . :: . .Byte
A Byte value that specifies proportion of the index page to fill, in percent.

주의

[!참고]

For indexes based on the UserDefinedTableType object the value of FillFactor value is provided by sys.indexes and the value of FillFactor property is ignored.