IDTSPerfRecorder100.UpdateCounter32(UInt32, Int32) 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 32 bit signed integers.
public:
void UpdateCounter32(System::UInt32 counterID, int Value);
public void UpdateCounter32 (uint counterID, int Value);
abstract member UpdateCounter32 : uint32 * int -> unit
Public Sub UpdateCounter32 (counterID As UInteger, Value As Integer)
Parameters
- counterID
- UInt32
The counter identifier.
- Value
- Int32
The value of the counter.