Server.EnumProcesses Method
Include Protected Members
Include Inherited Members
Enumerates a list of processes running on the instance of SQL Server.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | EnumProcesses() | Enumerates a list of processes running on the instance of SQL Server. | 
| .gif) | EnumProcesses(Boolean) | Enumerates a list of processes running on the instance of SQL Server with the option to exclude system processes. | 
| .gif) | EnumProcesses(Int32) | Enumerates a list of information about the specified process. | 
| .gif) | EnumProcesses(String) | Enumerates a list of processes running on the instance of SQL Server that are associated with the specified login. | 
Top