Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the tap configuration for the IDTSBuffer100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6C5DBD23-B979-480A-8282-748EF5A89981")> _
Public Interface IDTSBufferTapConfiguration100
'Usage
Dim instance As IDTSBufferTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6C5DBD23-B979-480A-8282-748EF5A89981")]
public interface IDTSBufferTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6C5DBD23-B979-480A-8282-748EF5A89981")]
public interface class IDTSBufferTapConfiguration100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6C5DBD23-B979-480A-8282-748EF5A89981")>]
type IDTSBufferTapConfiguration100 = interface end
public interface IDTSBufferTapConfiguration100
The IDTSBufferTapConfiguration100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddTapPoint | Infrastructure. Adds a tap point on a given data flow path. |
Top