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
)
参数
- counterID
类型:System.UInt32
The counter identifier.
- Value
类型:System.Int32
The value of the counter.