Udostępnij przez


Metoda ManagedComponentHost.HostDeleteOutput

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Sub HostDeleteOutput ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputID As Integer _
)
'Użycie
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
)

Implementacje

IDTSManagedComponentHost100.HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)