JobServer.EnumPerformanceCounters Método (String, String)
Enumerates a list of SQL Server Agent performance counter information for the specified object and specified counter.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function EnumPerformanceCounters ( _
objectName As String, _
counterName As String _
) As DataTable
'Uso
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
Parámetros
- objectName
Tipo: System.String
A String value that specifies the object for which the performance counter information is required.
- counterName
Tipo: System.String
A String value that specifies the counter name for which the performance counter information is required.
Valor devuelto
Tipo: System.Data.DataTable
A String object value that contains a table of information about SQL Server Agent performance counters.
Ejemplos
Programar tareas administrativas automáticas en el Agente SQL Server
Vea también
Referencia
Sobrecarga de EnumPerformanceCounters
Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent