Método ManagedComponentHost.HostDeleteInput
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 input.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
Public Sub HostDeleteInput ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer _
)
'Uso
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
instance.HostDeleteInput(wrapper, inputID)
public void HostDeleteInput(
IDTSManagedComponentWrapper100 wrapper,
int inputID
)
public:
virtual void HostDeleteInput(
IDTSManagedComponentWrapper100^ wrapper,
int inputID
) sealed
abstract HostDeleteInput :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
override HostDeleteInput :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
public final function HostDeleteInput(
wrapper : IDTSManagedComponentWrapper100,
inputID : int
)
Parâmetros
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
Tipo: System.Int32
The input identifier.
Implementa
IDTSManagedComponentHost100.HostDeleteInput(IDTSManagedComponentWrapper100, Int32)