Свойство 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