IDTSDataTapConfiguration100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides methods for working with a data tap configuration.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("DD5B30B7-78A5-4B56-98C8-6425CAD71C63")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSDataTapConfiguration100

NameDescription
System_CAPS_pubmethodAddTapPoint(String^, String^, Int32, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds a tap point with the specified configuration.

System_CAPS_pubmethodRequestTapPointsByMainPipeID(String^, array<String^>^%, array<Int32>^%, array<String^>^%)

This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the tap points for the specified data flow task.

System_CAPS_pubmethodUpdateExecutingPackagesCount(Boolean, IDTSInfoEvents100^)

This API supports the product infrastructure and is not intended to be used directly from your code. Updates the count of the executing packages.

Return to top
Show: