IMutableIndex.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 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)

속성 값

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

참고 항목

참조

IMutableIndex 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스