IDTSComponentEvents100 Interface

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

For more information, see IDTSComponentEvents.

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

Syntax

'Declaration
<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
'Usage
Dim instance As IDTSComponentEvents100
[GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"578B8233-3175-4428-999D-4655BBE3E1E3")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")>]
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. For more information, see IDTSComponentEvents.
Public method FireCustomEvent Infrastructure. For more information, see IDTSComponentEvents.
Public method FireError(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSComponentEvents.
Public method FireError(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSInfoEvents. (Inherited from IDTSInfoEvents100.)
Public method FireInformation(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSComponentEvents.
Public method FireInformation(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSInfoEvents. (Inherited from IDTSInfoEvents100.)
Public method FireProgress Infrastructure. For more information, see IDTSComponentEvents.
Public method FireQueryCancel Infrastructure. For more information, see IDTSComponentEvents.
Public method FireWarning(Int32, String, String, String, Int32) Infrastructure. For more information, see IDTSComponentEvents.
Public method FireWarning(Int32, String, String, String, Int32) Infrastructure. For more information, see IDTSInfoEvents. (Inherited from IDTSInfoEvents100.)

Top