CManagedComponentWrapperClass.OnInputPathAttached(Int32) Metodo

Definizione

public:
 virtual void OnInputPathAttached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::OnInputPathAttached;
[System.Runtime.InteropServices.DispId(27)]
public virtual void OnInputPathAttached(int lInputID);
[<System.Runtime.InteropServices.DispId(27)>]
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (lInputID As Integer)

Parametri

lInputID
Int32

Implementazioni

Attributi

Commenti

Questo metodo viene chiamato dal compito di flusso dati quando viene chiamato il metodo AttachPathAndPropagateNotifications e fornisce notifica al componente che l'input è stato connesso. Non dovrebbe essere chiamato direttamente dagli sviluppatori che stanno modificando programmaticamente un componente.

Si applica a