OnOutputPathAttached Método
Called when an IDTSOutput100 object of the component is attached to a downstream component.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub OnOutputPathAttached ( _
lOutputID As Integer _
)
'Uso
Dim instance As IDTSDesigntimeComponent100
Dim lOutputID As Integer
instance.OnOutputPathAttached(lOutputID)
void OnOutputPathAttached(
int lOutputID
)
void OnOutputPathAttached(
[InAttribute] int lOutputID
)
abstract OnOutputPathAttached :
lOutputID:int -> unit
function OnOutputPathAttached(
lOutputID : int
)
Parámetros
- lOutputID
Tipo: System. . :: . .Int32
The ID of the IDTSOutput100 object.
Notas
This method is called when an IDTSOutput100 of a component is attached to a downstream component through an IDTSPath100.