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

[GuidAttribute("4C61609F-719B-4E06-A3EC-DCEC8E3558AA")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
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: