Método IDTSManagedComponentWrapper100.WrapperOnOutputPathAttached
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the event occurred when an output path is attached.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
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.