PadIndex 属性

Gets or sets a value that indicates whether space is left open on each page of the intermediate levels of the index.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property PadIndex As Boolean
    Get
    Set
用法
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.PadIndex

instance.PadIndex = value
bool PadIndex { get; set; }
property bool PadIndex {
    bool get ();
    void set (bool value);
}
abstract PadIndex : bool with get, set
function get PadIndex () : boolean
function set PadIndex (value : boolean)

属性值

类型:System. . :: . .Boolean
true if the index is padded; otherwise, false.

实现

IRelationalIndex. . :: . .PadIndex