IDTSManagedComponentHost100.HostOnOutputPathAttached Método

Definição

Representa um evento quando o host anexa o caminho de saída.

public:
 void HostOnOutputPathAttached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID);
public void HostOnOutputPathAttached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID);
abstract member HostOnOutputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnOutputPathAttached (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer)

Parâmetros

pWrapper
IDTSManagedComponentWrapper100

O wrapper usado.

lOutputID
Int32

O identificador da saída.

Aplica-se a