Compartir a través de


EnumLocks Método

Enumerates a list of current locks held on the instance of SQL Server.

Lista de sobrecargas

  Nombre Descripción
Método publico EnumLocks() () () () Enumerates a list of current locks held on the instance of SQL Server.
Método publico EnumLocks(Int32) Enumerates a list of current locks held by the specified process on the instance of SQL Server.

Principio

Notas

Use this method to determine the locks that are currently held on the instance of SQL Server. The information that is returned can help you identify locking problems that might affect performance.