Server.EnumProcesses Method

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

备注

已更新的文本:

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

重载列表

名称 Description
Server.EnumProcesses ()
Enumerates a list of processes running on the instance of Microsoft SQL Server.
Server.EnumProcesses (Boolean)
Enumerates a list of processes running on the instance of Microsoft SQL Server with the option to exclude system processes.
Server.EnumProcesses (Int32)
Enumerates a list of information about the specified process.
Server.EnumProcesses (String)
Enumerates a list of processes running on the instance of Microsoft SQL Server that are associated with the specified login.

请参阅

参考

Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

How to: Use an Enumeration Method that Returns a DataTable Object in Visual Basic .NET
Calling Methods
管理服务器
sys.sysprocesses (Transact-SQL)