Partilhar via


Método Server.EnumLocks

Incluir membros protegidos
Incluir membros herdados

Enumerates a list of current locks held on the instance of SQL Server.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público EnumLocks() Enumerates a list of current locks held on the instance of SQL Server.
Método público EnumLocks(Int32) Enumerates a list of current locks held by the specified process on the instance of SQL Server.

Início

Comentários

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.

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo