다음을 통해 공유


ManagedComponentHost.HostDeleteOutputColumn 메서드

정의

구성 요소 호스트 출력 열을 삭제합니다.

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

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

outputID
Int32

출력 식별자입니다.

outputColumnID
Int32

출력 열 식별자입니다.

구현

적용 대상