IDTSPerfRecorder100.UpdateCounter64 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Updates the counter for the 64 bit signed integers.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Sub UpdateCounter64 ( _
    counterID As UInteger, _
    Value As Long _
)
用法
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
)

参数

请参阅

参考

IDTSPerfRecorder100 接口

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间