Share via


IIndex.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 IIndex 
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.

See Also

Reference

IIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace