IDTSManagedComponentHost100.HostDeleteInput Method (IDTSManagedComponentWrapper100, Int32)

 

Applies To: SQL Server 2016 Preview

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

Deletes the input associated with t6he host.

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

Syntax

void HostDeleteInput(
    IDTSManagedComponentWrapper100 pWrapper,
    int lInputID
)
void HostDeleteInput(
    IDTSManagedComponentWrapper100^ pWrapper,
    int lInputID
)
abstract HostDeleteInput : 
        pWrapper:IDTSManagedComponentWrapper100 *
        lInputID:int -> unit
Sub HostDeleteInput (
    pWrapper As IDTSManagedComponentWrapper100,
    lInputID As Integer
)

Parameters

See Also

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

Return to top