Freigeben über


IDTSComponentEvents100-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSComponentEvents100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode FireBreakpointHit Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireCustomEvent Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireError(Int32, String, String, String, Int32, Boolean%) Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireError(Int32, String, String, String, Int32, Boolean%) Infrastruktur For more information, see IDTSInfoEvents. (Geerbt von IDTSInfoEvents100.)
Öffentliche Methode FireInformation(Int32, String, String, String, Int32, Boolean%) Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireInformation(Int32, String, String, String, Int32, Boolean%) Infrastruktur For more information, see IDTSInfoEvents. (Geerbt von IDTSInfoEvents100.)
Öffentliche Methode FireProgress Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireQueryCancel Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireWarning(Int32, String, String, String, Int32) Infrastruktur For more information, see IDTSComponentEvents.
Öffentliche Methode FireWarning(Int32, String, String, String, Int32) Infrastruktur For more information, see IDTSInfoEvents. (Geerbt von IDTSInfoEvents100.)

Zum Anfang