언어

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

입력 식별자.

lInputColumnID
Int32

입력 열 식별자입니다.

적용 대상