Share via


IRelationalIndex.DisallowRowLocks Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property DisallowRowLocks As Boolean
    Get
'Usage
Dim instance As IRelationalIndex
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the index does not allow row locks; otherwise, false.