IDTSManagedComponentHost100.HostDeleteInput 메서드

정의

호스트와 연결된 입력을 삭제합니다.

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

매개 변수

pWrapper
IDTSManagedComponentWrapper100

사용되는 래퍼입니다.

lInputID
Int32

입력 식별자입니다.

적용 대상