IDTSPerfRecorder100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the interface for the performance recorder.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | GetCounterValues(array<String^>^%, array<Int64>^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the values of the counter. |
![]() | UpdateCounter32(UInt32, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Updates the counter for the 32 bit signed integers. |
![]() | UpdateCounter64(UInt32, Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. Updates the counter for the 64 bit signed integers. |
Show:
