Share via


IDTSPerfRecorder100.UpdateCounter64(UInt32, Int64) メソッド

定義

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

カウンターの値です。

適用対象