Condividi tramite


Metodo IDTSPerfRecorder100.UpdateCounter32

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Updates the counter for the 32 bit signed integers.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub UpdateCounter32 ( _
    counterID As UInteger, _
    Value As Integer _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IDTSPerfRecorder100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper