语言

PipelineComponent.InsertInput(DTSInsertPlacement, Int32) 方法

定义

重要

此 API 不符合 CLS。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int inputID);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput(Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int inputID);
[<System.CLSCompliant(false)>]
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 (insertPlacement As DTSInsertPlacement, inputID As Integer) As IDTSInput100

参数

insertPlacement
DTSInsertPlacement

指定新对象是在由 IDTSInput100指定的对象之前还是之后IDTSInput100插入。inputID

inputID
Int32

指定一个已存在 IDTSInput100 的对象,新物件 IDTSInput100 入旁边。

返回

新建 IDTSInput100 的对象。

属性

注解

该方法在该方法中NewAt由参数指定的inputID输入对象之前或之后插入一个新IDTSInput100对象。

如果 inputID 等于零,则 IDTSInput100 新对象会在集合的起始处添加。

适用于