Share via


ManagedComponentHost.HostDeleteOutput 메서드

정의

ManagedComponentHost 출력을 삭제합니다.

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

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

outputID
Int32

출력 식별자입니다.

구현

적용 대상