다음을 통해 공유


IDTSPerfRecorder100.UpdateCounter32(UInt32, Int32) 메서드

정의

카운터를 32비트 부호 있는 정수로 업데이트합니다.

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)

매개 변수

counterID
UInt32

카운터 식별자입니다.

Value
Int32

카운터의 값입니다.

적용 대상