JobServer.EnumPerformanceCounters Method
Include Protected Members
Include Inherited Members
Enumerates a list of SQL Server Agent performance counter information.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | EnumPerformanceCounters() | Enumerates a list of SQL Server Agent performance counter information. | 
| .gif) | EnumPerformanceCounters(String) | Enumerates a list of SQL Server Agent performance counter information for the specified object. | 
| .gif) | EnumPerformanceCounters(String, String) | Enumerates a list of SQL Server Agent performance counter information for the specified object and specified counter. | 
| .gif) | 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. | 
Top