Bagikan melalui


IDTSComponentEvents100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines an interface that provides methods for event firing.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
'Usage
Dim instance As IDTSComponentEvents100
[GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")>]
type IDTSComponentEvents100 =  
    interface 
        interface IDTSInfoEvents100 
    end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100

The IDTSComponentEvents100 type exposes the following members.

Methods

  Name Description
Public method FireBreakpointHit Infrastructure. Raises an event when a breakpoint target is hit in the package.
Public method FireCustomEvent Infrastructure. Occurs when tasks raise custom task-defined events.
Public method FireError Infrastructure. Raises an event when an error occurs.
Public method FireInformation Infrastructure. Raises an event containing information.
Public method FireProgress Infrastructure. Raises an event when measurable progress is made by the executable.
Public method FireQueryCancel Infrastructure. Raises an event to determine whether an executable should stop running.
Public method FireWarning Infrastructure. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client.

Top

Remarks

For more information, see IDTSComponentEvents.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace