IDTSComponentEvents100 Interface

Definition

public interface class IDTSComponentEvents100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSInfoEvents100
[System.Runtime.InteropServices.Guid("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSInfoEvents100
[<System.Runtime.InteropServices.Guid("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
Public Interface IDTSComponentEvents100
Implements IDTSInfoEvents100
Attributes
Implements

Remarks

For more information, see IDTSComponentEvents.

Methods

FireBreakpointHit(IDTSBreakpointTarget100)
FireCustomEvent(String, String, Object[], String, Boolean)
FireError(Int32, String, String, String, Int32, Boolean)
FireInformation(Int32, String, String, String, Int32, Boolean)
FireProgress(String, Int32, Int32, Int32, String, Boolean)
FireQueryCancel(Boolean)
FireWarning(Int32, String, String, String, Int32)

Applies to