Partager via


Méthode IDTSPerfRecorder100.UpdateCounter64

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Updates the counter for the 64 bit signed integers.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub UpdateCounter64 ( _
    counterID As UInteger, _
    Value As Long _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDTSPerfRecorder100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper