EnumLocks méthode
Enumerates a list of current locks held on the instance of SQL Server.
Liste de surcharge
Nom | Description | |
---|---|---|
EnumLocks() () () () | Enumerates a list of current locks held on the instance of SQL Server. | |
EnumLocks(Int32) | Enumerates a list of current locks held by the specified process on the instance of SQL Server. |
Haut de la page
Notes
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.