다음을 통해 공유


ManagedComponentHost.HostDeleteInput 메서드

정의

ManagedComponentHost 입력을 삭제합니다.

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

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

inputID
Int32

입력 식별자입니다.

구현

적용 대상