Server.EnumLocks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumLocks() |
Returns a table of active locks |
EnumLocks(Int32) |
Returns a table of active locks |
EnumLocks()
Returns a table of active locks
public System.Data.DataTable EnumLocks ();
member this.EnumLocks : unit -> System.Data.DataTable
Public Function EnumLocks () As DataTable
Returns
Applies to
EnumLocks(Int32)
Returns a table of active locks
public System.Data.DataTable EnumLocks (int processId);
member this.EnumLocks : int -> System.Data.DataTable
Public Function EnumLocks (processId As Integer) As DataTable
Parameters
- processId
- Int32
The processId for which the table will be filtered