Index.PadIndex 속성

Gets or sets the Boolean property value that specifies whether space is left open on each page of the intermediate levels of the index.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design Or SfcPropertyFlags.Deploy)> _
Public Property PadIndex As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Index 
Dim value As Boolean 

value = instance.PadIndex

instance.PadIndex = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)]
public bool PadIndex { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design|SfcPropertyFlags::Deploy)]
public:
property bool PadIndex {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)>]
member PadIndex : bool with get, set
function get PadIndex () : boolean 
function set PadIndex (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that specifies whether there is available space on each page at the intermediary levels of the index.If True, the index is padded. Otherwise, False (default).

주의

This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.

[!참고]

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

인덱스 생성, 변경 및 제거

참고 항목

참조

Index 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

인덱스

CREATE INDEX(Transact-SQL)