共用方式為


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.ReadOnlyAfterCreation)> _
Public Property PadIndex As Boolean
    Get
    Set
'用途
Dim instance As Index
Dim value As Boolean

value = instance.PadIndex

instance.PadIndex = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public bool PadIndex { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property bool PadIndex {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
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.