共用方式為


IDTSDataTapConfiguration100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Provides methods for working with a data tap configuration.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")> _
Public Interface IDTSDataTapConfiguration100
'用途
Dim instance As IDTSDataTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")]
public interface IDTSDataTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E2C1CC88-F04E-49A9-AB18-4545EB350626")]
public interface class IDTSDataTapConfiguration100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")>]
type IDTSDataTapConfiguration100 =  interface end
public interface IDTSDataTapConfiguration100

IDTSDataTapConfiguration100 型別公開下列成員。

方法

  名稱 說明
公用方法 AddTapPoint 基礎結構。Adds a tap point with the specified configuration.
公用方法 RequestTapPointsByMainPipeID 基礎結構。Retrieves the tap points for the specified data flow task.
公用方法 UpdateExecutingPackagesCount 基礎結構。Updates the count of the executing packages.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間