ManagedComponentHost.HostOnInputPathAttached 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Specifies the host on attached input path.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public Sub HostOnInputPathAttached ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer _
)
用法
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
instance.HostOnInputPathAttached(wrapper, _
inputID)
public void HostOnInputPathAttached(
IDTSManagedComponentWrapper100 wrapper,
int inputID
)
public:
virtual void HostOnInputPathAttached(
IDTSManagedComponentWrapper100^ wrapper,
int inputID
) sealed
abstract HostOnInputPathAttached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
override HostOnInputPathAttached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
public final function HostOnInputPathAttached(
wrapper : IDTSManagedComponentWrapper100,
inputID : int
)
参数
- wrapper
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
类型:System.Int32
The input identifier.
实现
IDTSManagedComponentHost100.HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)