Share via


IMutableRelationalIndex.DisallowPageLocks Property

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

value = instance.DisallowPageLocks

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

Property Value

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

Implements

IRelationalIndex.DisallowPageLocks