Método ManagedComponentHost.HostDeleteOutput
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Deletes the ManagedComponentHost output.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
Public Sub HostDeleteOutput ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer _
)
'Uso
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
)
Parâmetros
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
Tipo: System.Int32
The output identifier.
Implementa
IDTSManagedComponentHost100.HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)