Share via


IDTSSupportDataTapConfiguration100 Interface

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

Provides methods for accessing data tap configuration.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9BA0B601-FDEF-434A-B9E4-F6D064FC742C")> _
Public Interface IDTSSupportDataTapConfiguration100
'Usage
Dim instance As IDTSSupportDataTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9BA0B601-FDEF-434A-B9E4-F6D064FC742C")]
public interface IDTSSupportDataTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9BA0B601-FDEF-434A-B9E4-F6D064FC742C")]
public interface class IDTSSupportDataTapConfiguration100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9BA0B601-FDEF-434A-B9E4-F6D064FC742C")>]
type IDTSSupportDataTapConfiguration100 =  interface end
public interface IDTSSupportDataTapConfiguration100

The IDTSSupportDataTapConfiguration100 type exposes the following members.

Methods

  Name Description
Public method GetTapConfiguration Infrastructure. Retrieves the data tap configuration.
Public method SetTapConfiguration Infrastructure. Assigns the specified data tap configuration.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace