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

输出标识符。

适用于