Share via


ManagedComponentHost.HostDeleteInput 方法

定义

删除 ManagedComponentHost 输入。

public:
 virtual void HostDeleteInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID);
public void HostDeleteInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID);
abstract member HostDeleteInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostDeleteInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostDeleteInput (wrapper As IDTSManagedComponentWrapper100, inputID As Integer)

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

inputID
Int32

输入标识符。

实现

适用于