语言

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

输出标识符。

适用于