Поделиться через


Метод IDTSPerfRecorder100.GetCounterValues

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the values of the counter.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub GetCounterValues ( _
    <OutAttribute> ByRef ppsaCounterNames As String(), _
    <OutAttribute> ByRef ppsaCounterValues As Long() _
)
'Применение
Dim instance As IDTSPerfRecorder100 
Dim ppsaCounterNames As String()
Dim ppsaCounterValues As Long()

instance.GetCounterValues(ppsaCounterNames, _
    ppsaCounterValues)
void GetCounterValues(
    out string[] ppsaCounterNames,
    out long[] ppsaCounterValues
)
void GetCounterValues(
    [OutAttribute] array<String^>^% ppsaCounterNames, 
    [OutAttribute] array<long long>^% ppsaCounterValues
)
abstract GetCounterValues : 
        ppsaCounterNames:string[] byref * 
        ppsaCounterValues:int64[] byref -> unit
function GetCounterValues(
    ppsaCounterNames : String[], 
    ppsaCounterValues : long[]
)

Параметры

  • ppsaCounterNames
    Тип: array<System.String[]%
    The counter names.
  • ppsaCounterValues
    Тип: array<System.Int64[]%
    The counter values to be retrieved.

См. также

Справочник

IDTSPerfRecorder100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper