IDTSManagedComponentHost100.HostDeleteOutputColumn 메서드

정의

호스트 출력 열을 삭제합니다.

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

매개 변수

pWrapper
IDTSManagedComponentWrapper100

사용되는 래퍼입니다.

lOutputID
Int32

출력 식별자입니다.

lOutputColumnID
Int32

출력 열 식별자입니다.

적용 대상