Método IDTSPerfRecorder100.UpdateCounter32
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Updates the counter for the 32 bit signed integers.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub UpdateCounter32 ( _
counterID As UInteger, _
Value As Integer _
)
'Uso
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
)
Parâmetros
- counterID
Tipo: System.UInt32
The counter identifier.
- Value
Tipo: System.Int32
The value of the counter.