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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("2C7D7D62-0B13-4542-A484-B0C820563C18")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
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: