IIndex.DisallowRowLocks Property

 

Applies To: SQL Server 2016 Preview

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

bool DisallowRowLocks { get; }
property bool DisallowRowLocks {
    bool get();
}
abstract DisallowRowLocks : bool with get
ReadOnly Property DisallowRowLocks As Boolean

Property Value

Type: System.Boolean

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

See Also

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

Return to top