IDTSManagedComponentHost100.HostDeleteOutput 메서드

정의

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

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

매개 변수

pWrapper
IDTSManagedComponentWrapper100

사용되는 래퍼입니다.

lOutputID
Int32

출력 식별자입니다.

적용 대상