Método IDTSManagedComponentHost100.HostOnInputPathAttached
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an event when host attaches the input path.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub HostOnInputPathAttached ( _
pWrapper As IDTSManagedComponentWrapper100, _
lInputID As Integer _
)
'Uso
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lInputID As Integer
instance.HostOnInputPathAttached(pWrapper, _
lInputID)
void HostOnInputPathAttached(
IDTSManagedComponentWrapper100 pWrapper,
int lInputID
)
void HostOnInputPathAttached(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lInputID
)
abstract HostOnInputPathAttached :
pWrapper:IDTSManagedComponentWrapper100 *
lInputID:int -> unit
function HostOnInputPathAttached(
pWrapper : IDTSManagedComponentWrapper100,
lInputID : int
)
Parâmetros
- pWrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lInputID
Tipo: System.Int32
The input identifier.