Propriedade do RDL DisallowPageLocks
Gets a value that indicates whether the index allows page locks.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property DisallowPageLocks As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the index does not allow page locks; otherwise, false.
Consulte também