다음을 통해 공유


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

카운터의 값입니다.

적용 대상