IDTSPerfRecorder100.UpdateCounter64(UInt32, Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更新 64 位有符号整数的计数器。
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)
参数
- counterID
- UInt32
计数器标识符。
- Value
- Int64
计数器的值。