JobServer.EnumPerformanceCounters Method
Enumerates a list of SQL Server Agent performance counter information.
A DataTable object value that contains a table of information about SQL Server Agent performance counters.
Remarks
This method was introduced in SQL Server 2005.
Overload List
Name | Description |
---|---|
JobServer.EnumPerformanceCounters () |
Enumerates a list of SQL Server Agent performance counter information.
|
JobServer.EnumPerformanceCounters (String) |
Enumerates a list of SQL Server Agent performance counter information for the specified object.
|
JobServer.EnumPerformanceCounters (String, String) |
Enumerates a list of SQL Server Agent performance counter information for the specified object and specified counter.
|
JobServer.EnumPerformanceCounters (String, String, String) |
Enumerates a list of SQL Server Agent performance counter information for the specified object, specified counter, and specified instance of SQL Server.
|
See Also