PipelineComponent.InsertOutput(DTSInsertPlacement, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
添加新的 IDTSOutput100 对象。
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ InsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int outputID);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 InsertOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int outputID);
[<System.CLSCompliant(false)>]
abstract member InsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
override this.InsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Overridable Function InsertOutput (insertPlacement As DTSInsertPlacement, outputID As Integer) As IDTSOutput100
参数
- insertPlacement
- DTSInsertPlacement
指定是在由 outputID
指定的 IDTSOutput100 对象之前还是之后插入新的 IDTSOutput100 对象。
- outputID
- Int32
指定将新 IDTSOutput100 插入其旁边的现有 IDTSOutput100 对象。
返回
新创建的 IDTSInput100 对象。
- 属性
注解
此方法在方法过程中NewAt由参数指定的outputID
输入对象之前或之后插入新IDTSOutput100对象。
如果 outputID
等于零,则新 IDTSOutput100 对象将添加到集合的开头。