Propriété DisallowPageLocks
Gets 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
ReadOnly Property DisallowPageLocks As Boolean
Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean
value = instance.DisallowPageLocks
bool DisallowPageLocks { get; }
property bool DisallowPageLocks {
bool get ();
}
abstract DisallowPageLocks : bool
function get DisallowPageLocks () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the index does not allow page locks; otherwise, false.