次の方法で共有


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

入力 ID です。

実装

適用対象