Partager via


Interface IDTSComponentEvents100

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see IDTSComponentEvents.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("578B8233-3175-4428-999D-4655BBE3E1E3")> _
Public Interface IDTSComponentEvents100 _
    Inherits IDTSInfoEvents100
'Utilisation
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

Le type IDTSComponentEvents100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique FireBreakpointHit Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireCustomEvent Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireError(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireError(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSInfoEvents. (hérité de IDTSInfoEvents100.)
Méthode publique FireInformation(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireInformation(Int32, String, String, String, Int32, Boolean%) Infrastructure. For more information, see IDTSInfoEvents. (hérité de IDTSInfoEvents100.)
Méthode publique FireProgress Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireQueryCancel Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireWarning(Int32, String, String, String, Int32) Infrastructure. For more information, see IDTSComponentEvents.
Méthode publique FireWarning(Int32, String, String, String, Int32) Infrastructure. For more information, see IDTSInfoEvents. (hérité de IDTSInfoEvents100.)

Haut de la page