IDTSPerfRecorder100.UpdateCounter32 Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Updates the counter for the 32 bit signed integers.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub UpdateCounter32 ( _
counterID As UInteger, _
Value As Integer _
)
'Usage
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
)
Parameters
- counterID
Type: System.UInt32
The counter identifier.
- Value
Type: System.Int32
The value of the counter.