IDTSManagedComponentWrapper100.WrapperInsertOutput 方法

定义

从包装插入一个输出。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ WrapperInsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lOutputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 WrapperInsertOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lOutputID);
abstract member WrapperInsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function WrapperInsertOutput (eInsertPlacement As DTSInsertPlacement, lOutputID As Integer) As IDTSOutput100

参数

eInsertPlacement
DTSInsertPlacement

插入位置。

lOutputID
Int32

输出标识符。

返回

插入的输出。

适用于