Share via


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.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function EnumPerformanceCounters ( _
    objectName As String, _
    counterName As String, _
    instanceName As String _
) As DataTable
‘사용 방법
Dim instance As JobServer 
Dim objectName As String 
Dim counterName As String 
Dim instanceName As String 
Dim returnValue As DataTable 

returnValue = instance.EnumPerformanceCounters(objectName, _
    counterName, instanceName)
public DataTable EnumPerformanceCounters(
    string objectName,
    string counterName,
    string instanceName
)
public:
DataTable^ EnumPerformanceCounters(
    String^ objectName, 
    String^ counterName, 
    String^ instanceName
)
member EnumPerformanceCounters : 
        objectName:string * 
        counterName:string * 
        instanceName:string -> DataTable
public function EnumPerformanceCounters(
    objectName : String, 
    counterName : String, 
    instanceName : 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 DataTable 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 에이전트)