Freigeben über


CManagedComponentWrapperClass.InsertOutput(DTSInsertPlacement, Int32) Methode

Definition

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ InsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSInsertPlacement eInsertPlacement, int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::InsertOutput;
[System.Runtime.InteropServices.DispId(23)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 InsertOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSInsertPlacement eInsertPlacement, int lOutputID);
[<System.Runtime.InteropServices.DispId(23)>]
abstract member InsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100
override this.InsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100
Public Overridable Function InsertOutput (eInsertPlacement As DTSInsertPlacement, lOutputID As Integer) As IDTSOutput100

Parameter

eInsertPlacement
DTSInsertPlacement
lOutputID
Int32

Gibt zurück

Das neu erstellte IDTSOutput100 Objekt .

Implementiert

Attribute

Hinweise

Rufen Sie diese Methode auf, um ein neues IDTSOutput100 Objekt vor oder nach dem lOutputID vom Parameter angegebenen Ausgabeobjekt einzufügen.

Gilt für: