言語

ManagedComponentHost.HostOnDeletingInputColumn メソッド

定義

入力列を削除する際のホストを指定します。

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

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネントラッパーです。

inputID
Int32

入力識別子です。

inputColumnID
Int32

入力カラム識別子。

実装

適用対象