Share via


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

输出列标识符。

实现

适用于