IDTSPerfRecorder100.GetCounterValues(String[], Int64[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]
- ppsaCounterValues
- Int64[]