IDTSPerfRecorder100.UpdateCounter64(UInt32, 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.
Updates the counter for the 64 bit signed integers.
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)
Parameters
- counterID
- UInt32
The counter identifier.
- Value
- Int64
The value of the counter.