CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向组件的 添加一个 IDTSInput100 对象 IDTSInputCollection100 。
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::InsertInput;
[System.Runtime.InteropServices.DispId(22)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput(Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
override this.InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Overridable Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100
参数
- eInsertPlacement
- DTSInsertPlacement
指定新对象是在由 inputID指定的对象之前还是之后IDTSInput100插入。IDTSInput100
- lInputID
- Int32
指定一个已存在 IDTSInput100 的对象,新物件 IDTSInput100 入旁边。
返回
新建 IDTSInput100 的对象。
实现
- 属性
注解
调用此方法,在参数指定的IDTSInput100输入对象之前或之后插入新inputID对象。