이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Updates the counter for the 32 bit signed integers.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Sub UpdateCounter32 ( _
counterID As UInteger, _
Value As Integer _
)
‘사용 방법
Dim instance As IDTSPerfRecorder100
Dim counterID As UInteger
Dim Value As Integer
instance.UpdateCounter32(counterID, Value)
void UpdateCounter32(
uint counterID,
int Value
)
void UpdateCounter32(
[InAttribute] unsigned int counterID,
[InAttribute] int Value
)
abstract UpdateCounter32 :
counterID:uint32 *
Value:int -> unit
function UpdateCounter32(
counterID : uint,
Value : int
)
매개 변수
- counterID
유형: System.UInt32
The counter identifier.
- Value
유형: System.Int32
The value of the counter.