Server.EnumLocks Method
Enumerates a list of current locks held on the instance of Microsoft SQL Server.
Notas
Texto actualizado:
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.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Lista de sobrecargas
Nombre | Description |
---|---|
Server.EnumLocks () |
Enumerates a list of current locks held on the instance of Microsoft SQL Server.
|
Server.EnumLocks (Int32) |
Enumerates a list of current locks held by the specified process on the instance of Microsoft SQL Server.
|
Vea también
Referencia
Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
How to: Use an Enumeration Method that Returns a DataTable Object in Visual Basic .NET
Calling Methods
Administrar servidores
sys.syslockinfo (Transact-SQL)