IDTSManagedComponentHost100.HostInsertOutput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts host output.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ HostInsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lOutputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 HostInsertOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lOutputID);
abstract member HostInsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function HostInsertOutput (pWrapper As IDTSManagedComponentWrapper100, eInsertPlacement As DTSInsertPlacement, lOutputID As Integer) As IDTSOutput100
Parameters
- pWrapper
- IDTSManagedComponentWrapper100
The wrapper used.
- eInsertPlacement
- DTSInsertPlacement
The insert placement.
- lOutputID
- Int32
The output identifier.
Returns
The inserted output.