IDTSManagedComponentWrapper100.WrapperOnOutputPathAttached Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the event occurred when an output path is attached.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub WrapperOnOutputPathAttached ( _
lOutputID As Integer _
)
'Uso
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
instance.WrapperOnOutputPathAttached(lOutputID)
void WrapperOnOutputPathAttached(
int lOutputID
)
void WrapperOnOutputPathAttached(
[InAttribute] int lOutputID
)
abstract WrapperOnOutputPathAttached :
lOutputID:int -> unit
function WrapperOnOutputPathAttached(
lOutputID : int
)
Parámetros
- lOutputID
Tipo: System.Int32
The output path.