Свойство DisallowPageLocks

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

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

Синтаксис

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

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

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

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