IDTSPerfRecorder100.UpdateCounter64(UInt32, 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.
Met à jour le compteur pour les entiers signés 64 bits.
public:
void UpdateCounter64(System::UInt32 counterID, long Value);
public void UpdateCounter64 (uint counterID, long Value);
abstract member UpdateCounter64 : uint32 * int64 -> unit
Public Sub UpdateCounter64 (counterID As UInteger, Value As Long)
Paramètres
- counterID
- UInt32
Identificateur du compteur.
- Value
- Int64
Valeur du compteur.