Compartir a través de


WrapperOnInputPathAttached Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub WrapperOnInputPathAttached ( _
    lInputID As Integer _
)
'Uso
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
)

Parámetros