Partager via


Propriété DisallowPageLocks

Gets or sets a value that indicates whether the index allows page locks.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Property DisallowPageLocks As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IRelationalIndex. . :: . .DisallowPageLocks