Partager via


Propriété DisallowRowLocks

Gets a value that indicates whether the index allows row locks.

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

Syntaxe

'Déclaration
ReadOnly Property DisallowRowLocks As Boolean
    Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean

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

Valeur de propriété

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