EnumLocks 方法

枚举 SQL Server 实例上持有的当前锁的列表。

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法 EnumLocks() () () () 枚举 SQL Server 实例上持有的当前锁的列表。
公共方法 EnumLocks(Int32) 枚举 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.