Partager via


Méthode IDTSPerfRecorder100.UpdateCounter32

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 32 bit signed integers.

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

Syntaxe

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

Paramètres

Voir aussi

Référence

IDTSPerfRecorder100 Interface

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