Bagikan melalui


ManagedComponentHost.HostDeleteOutput Method

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

Deletes the ManagedComponentHost output.

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

Syntax

'Declaration
Public Sub HostDeleteOutput ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputID As Integer _
)
'Usage
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim outputID As Integer

instance.HostDeleteOutput(wrapper, outputID)
public void HostDeleteOutput(
    IDTSManagedComponentWrapper100 wrapper,
    int outputID
)
public:
virtual void HostDeleteOutput(
    IDTSManagedComponentWrapper100^ wrapper, 
    int outputID
) sealed
abstract HostDeleteOutput : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit  
override HostDeleteOutput : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit
public final function HostDeleteOutput(
    wrapper : IDTSManagedComponentWrapper100, 
    outputID : int
)

Parameters

Implements

IDTSManagedComponentHost100.HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)

See Also

Reference

ManagedComponentHost Class

Microsoft.SqlServer.Dts.Pipeline Namespace