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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("63521737-F032-4CD9-BA33-4F0FE58AB8A7")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
public interface class IDTSPerfRecorder100

NameDescription
System_CAPS_pubmethodGetCounterValues(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.

System_CAPS_pubmethodUpdateCounter32(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.

System_CAPS_pubmethodUpdateCounter64(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.

Return to top
Show: