IMutableIndex.DisallowRowLocks Property

 

Applies To: SQL Server 2016 Preview

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

bool DisallowRowLocks { get; set; }
property bool DisallowRowLocks {
    bool get();
    void set(bool value);
}
abstract DisallowRowLocks : bool with get, set
Property DisallowRowLocks As Boolean

Property Value

Type: System.Boolean

true if the index does not allow row locks; otherwise, false.

Implements

IIndex.DisallowRowLocks

See Also

IMutableIndex Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top