IRelationalIndex.DisallowPageLocks Property
Gets a value that indicates whether the index allows page locks.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property DisallowPageLocks As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the index does not allow page locks; otherwise, false.