IDTSManagedComponentHost100.HostOnDeletingInputColumn 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表當主機刪除輸入資料列時引發的事件。
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
輸入識別碼。
- lInputColumnID
- Int32
輸入資料行識別碼。