语言

CManagedComponentWrapperClass.InsertOutput(DTSInsertPlacement, Int32) 方法

定义

向组件添加一个新 IDTSOutput100 对象。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ InsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::InsertOutput;
[System.Runtime.InteropServices.DispId(23)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 InsertOutput(Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lOutputID);
[<System.Runtime.InteropServices.DispId(23)>]
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 (eInsertPlacement As DTSInsertPlacement, lOutputID As Integer) As IDTSOutput100

参数

eInsertPlacement
DTSInsertPlacement

指定是在参数指定的outputID对象之前还是之后IDTSOutput100插入新IDTSOutput100对象。

lOutputID
Int32

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

返回

新创造 IDTSOutput100 的对象

实现

属性

注解

调用此方法,在参数指定的IDTSOutput100输出对象之前或之后插入新outputID对象。

适用于