Database.EnumLocks Method
Include Protected Members
Include Inherited Members
Enumerates a list of current locks on the database.
Overload List
Name | Description | |
---|---|---|
EnumLocks() | Enumerates a list of all current locks held on the database. | |
EnumLocks(Int32) | Enumerates a list of current locks held on the database for a specified system process ID. |
Top