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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")]
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: