IDTSManagedComponentWrapper100.WrapperInsertInput 方法

定义

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInput100 ^ WrapperInsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSInsertPlacement eInsertPlacement, int lInputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100 WrapperInsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSInsertPlacement eInsertPlacement, int lInputID);
abstract member WrapperInsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100
Public Function WrapperInsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100

参数

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

返回

插入的输入。

适用于