IDTSManagedComponentHost100.HostInsertOutput Method (IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts host output.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

IDTSOutput100 HostInsertOutput(
    IDTSManagedComponentWrapper100 pWrapper,
    DTSInsertPlacement eInsertPlacement,
    int lOutputID
)
IDTSOutput100^ HostInsertOutput(
    IDTSManagedComponentWrapper100^ pWrapper,
    DTSInsertPlacement eInsertPlacement,
    int lOutputID
)
abstract HostInsertOutput : 
        pWrapper:IDTSManagedComponentWrapper100 *
        eInsertPlacement:DTSInsertPlacement *
        lOutputID:int -> IDTSOutput100
Function HostInsertOutput (
    pWrapper As IDTSManagedComponentWrapper100,
    eInsertPlacement As DTSInsertPlacement,
    lOutputID As Integer
) As IDTSOutput100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100

The inserted output.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top