JobServer.EnumPerformanceCounters 方法 (String, String)

Enumerates a list of SQL Server Agent performance counter information for the specified object and specified counter.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumPerformanceCounters ( _
    objectName As String, _
    counterName As String _
) As DataTable
用法
Dim instance As JobServer 
Dim objectName As String 
Dim counterName As String 
Dim returnValue As DataTable 

returnValue = instance.EnumPerformanceCounters(objectName, _
    counterName)
public DataTable EnumPerformanceCounters(
    string objectName,
    string counterName
)
public:
DataTable^ EnumPerformanceCounters(
    String^ objectName, 
    String^ counterName
)
member EnumPerformanceCounters : 
        objectName:string * 
        counterName:string -> DataTable
public function EnumPerformanceCounters(
    objectName : String, 
    counterName : String
) : DataTable

参数

  • objectName
    类型:System.String
    A String value that specifies the object for which the performance counter information is required.
  • counterName
    类型:System.String
    A String value that specifies the counter name for which the performance counter information is required.

返回值

类型:System.Data.DataTable
A String object value that contains a table of information about SQL Server Agent performance counters.

示例

在 SQL Server 代理中计划自动管理任务

请参阅

参考

JobServer 类

EnumPerformanceCounters 重载

Microsoft.SqlServer.Management.Smo.Agent 命名空间

其他资源

自动执行管理任务(SQL Server 代理)