Свойство DisallowPageLocks

Gets or sets a value that indicates whether the index allows page locks.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Property DisallowPageLocks As Boolean
    Get
    Set
'Применение
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.DisallowPageLocks

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

Значение свойства

Тип: System. . :: . .Boolean
true if the index does not allow page locks; otherwise, false.

Реализует

IRelationalIndex. . :: . .DisallowPageLocks