다음을 통해 공유


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.