다음을 통해 공유


IDTSPerfRecorder100.UpdateCounter64 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Updates the counter for the 64 bit signed integers.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Sub UpdateCounter64 ( _
    counterID As UInteger, _
    Value As Long _
)
‘사용 방법
Dim instance As IDTSPerfRecorder100 
Dim counterID As UInteger 
Dim Value As Long

instance.UpdateCounter64(counterID, Value)
void UpdateCounter64(
    uint counterID,
    long Value
)
void UpdateCounter64(
    [InAttribute] unsigned int counterID, 
    [InAttribute] long long Value
)
abstract UpdateCounter64 : 
        counterID:uint32 * 
        Value:int64 -> unit
function UpdateCounter64(
    counterID : uint, 
    Value : long
)

매개 변수

참고 항목

참조

IDTSPerfRecorder100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스