IDTSComponentEvents100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface that provides methods for event firing.
public interface class IDTSComponentEvents100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100
[System.Runtime.InteropServices.Guid("674D1E75-5501-4E94-B5A1-0A907B4571E0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71CDEC47-151F-4C0A-B746-1AB6F0CEF750")]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD26F576-B55A-4CE5-9B85-1A828FAC6AA0")]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[<System.Runtime.InteropServices.Guid("674D1E75-5501-4E94-B5A1-0A907B4571E0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentEvents100 = interface
interface IDTSInfoEvents100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71CDEC47-151F-4C0A-B746-1AB6F0CEF750")>]
type IDTSComponentEvents100 = interface
interface IDTSInfoEvents100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD26F576-B55A-4CE5-9B85-1A828FAC6AA0")>]
type IDTSComponentEvents100 = interface
interface IDTSInfoEvents100
Public Interface IDTSComponentEvents100
Implements IDTSInfoEvents100
- Attributes
- Implements
Remarks
For more information, see IDTSComponentEvents.
Methods
FireBreakpointHit(IDTSBreakpointTarget100) |
Raises an event when a breakpoint target is hit in the package. |
FireCustomEvent(String, String, Object[], String, Boolean) |
Occurs when tasks raise custom task-defined events. |
FireError(Int32, String, String, String, Int32, Boolean) |
Raises an event when an error occurs. |
FireInformation(Int32, String, String, String, Int32, Boolean) |
Raises an event containing information. |
FireProgress(String, Int32, Int32, Int32, String, Boolean) |
Raises an event when measurable progress is made by the executable. |
FireQueryCancel(Boolean) |
Raises an event to determine whether an executable should stop running. |
FireWarning(Int32, String, String, String, Int32) |
Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |