共用方式為


EnumProcesses 方法

Enumerates a list of processes running on the instance of SQL Server.

多載清單 

  名稱 描述
公用方法 EnumProcesses() () () () Enumerates a list of processes running on the instance of SQL Server.
公用方法 EnumProcesses(Boolean) Enumerates a list of processes running on the instance of SQL Server with the option to exclude system processes.
公用方法 EnumProcesses(Int32) Enumerates a list of information about the specified process.
公用方法 EnumProcesses(String) Enumerates a list of processes running on the instance of SQL Server that are associated with the specified login.

頂端