Compartir a través de


IDTSPerfRecorder100.UpdateCounter64 Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Updates the counter for the 64 bit signed integers.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub UpdateCounter64 ( _
    counterID As UInteger, _
    Value As Long _
)
'Uso
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
)

Parámetros

Vea también

Referencia

IDTSPerfRecorder100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper