Metodo IDTSManagedComponentWrapper100.WrapperOnInputPathAttached
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the event occurred when an input path is attached.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub WrapperOnInputPathAttached ( _
lInputID As Integer _
)
'Utilizzo
Dim instance As IDTSManagedComponentWrapper100
Dim lInputID As Integer
instance.WrapperOnInputPathAttached(lInputID)
void WrapperOnInputPathAttached(
int lInputID
)
void WrapperOnInputPathAttached(
[InAttribute] int lInputID
)
abstract WrapperOnInputPathAttached :
lInputID:int -> unit
function WrapperOnInputPathAttached(
lInputID : int
)
Parametri
- lInputID
Tipo: System.Int32
The input identifier.