次の方法で共有


IDTSManagedComponentHost100.HostOnDeletingInputColumn メソッド

定義

ホストが入力列を削除したときにイベントを表します。

public:
 void HostOnDeletingInputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lInputID, int lInputColumnID);
public void HostOnDeletingInputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lInputID, int lInputColumnID);
abstract member HostOnDeletingInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostOnDeletingInputColumn (pWrapper As IDTSManagedComponentWrapper100, lInputID As Integer, lInputColumnID As Integer)

パラメーター

pWrapper
IDTSManagedComponentWrapper100

使用されるラッパーです。

lInputID
Int32

入力 ID です。

lInputColumnID
Int32

入力列の識別子です。

適用対象