共用方式為


IDTSPerfRecorder100.UpdateCounter32 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Updates the counter for the 32 bit signed integers.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Sub UpdateCounter32 ( _
    counterID As UInteger, _
    Value As Integer _
)
'用途
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
)

參數

請參閱

參考

IDTSPerfRecorder100 介面

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