Share via


IMutableRelationalIndex.DisallowRowLocks Property

Gets or sets 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
Property DisallowRowLocks As Boolean
    Get
    Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.DisallowRowLocks

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

Property Value

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

Implements

IRelationalIndex.DisallowRowLocks