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. |
页首