IDTSPerfRecorder100.GetCounterValues(String[], Int64[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère les valeurs du compteur.
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())
Paramètres
- ppsaCounterNames
- String[]
Noms de compteur.
- ppsaCounterValues
- Int64[]
Valeurs de compteur à récupérer.