EnumLocks 메서드
Enumerates a list of current locks held on the instance of SQL Server.
오버로드 목록
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
주의
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.