Метод 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.