IDTSPerfRecorder100.GetCounterValues(String[], Int64[]) Method

Definition

Retrieves the values of the counter.

public:
 void GetCounterValues([Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ppsaCounterNames, [Runtime::InteropServices::Out] cli::array <long> ^ % ppsaCounterValues);
public void GetCounterValues (out string[] ppsaCounterNames, out long[] ppsaCounterValues);
abstract member GetCounterValues : String[] * Int64[] -> unit
Public Sub GetCounterValues (ByRef ppsaCounterNames As String(), ByRef ppsaCounterValues As Long())

Parameters

ppsaCounterNames
String[]

The counter names.

ppsaCounterValues
Int64[]

The counter values to be retrieved.

Applies to