Linguaggio

IDTSComponentEvents100 Interfaccia

Definizione

Definisce un'interfaccia che fornisce metodi per l'attivazione degli eventi.

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
Attributi
Implementazioni

Commenti

Per altre informazioni, vedere IDTSComponentEvents.

Metodi

Nome Descrizione
FireBreakpointHit(IDTSBreakpointTarget100)

Genera un evento quando viene colpito un target di breakpoint nel pacchetto.

FireCustomEvent(String, String, Object[], String, Boolean)

Si verifica quando i compiti generano eventi personalizzati definiti da un compito.

FireError(Int32, String, String, String, Int32, Boolean)

Genera un evento quando si verifica un errore.

FireInformation(Int32, String, String, String, Int32, Boolean)

Genera un evento contenente informazioni.

FireProgress(String, Int32, Int32, Int32, String, Boolean)

Genera un evento quando l'eseguibile fa progressi misurabili.

FireQueryCancel(Boolean)

Genera un evento per determinare se un eseguibile deve smettere di essere eseguito.

FireWarning(Int32, String, String, String, Int32)

Avvisa un evento ogni volta che il compito si trova in uno stato che non giustifica un errore, ma che giustifica un avviso al cliente.

Si applica a