IDTSInfoEvents100 Interface

Definition

Defines an interface that is used to fire informational, warning, and error events.

public interface class IDTSInfoEvents100
[System.Runtime.InteropServices.Guid("D2EA0D4F-12BF-4AAC-BF5F-43150A42FDA9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25112B9D-2CFA-4BB0-BC38-5BBCAB09AB44")]
public interface IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("29C96084-F069-47A7-AA78-3E489DB35C3C")]
public interface IDTSInfoEvents100
[<System.Runtime.InteropServices.Guid("D2EA0D4F-12BF-4AAC-BF5F-43150A42FDA9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInfoEvents100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25112B9D-2CFA-4BB0-BC38-5BBCAB09AB44")>]
type IDTSInfoEvents100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("29C96084-F069-47A7-AA78-3E489DB35C3C")>]
type IDTSInfoEvents100 = interface
Public Interface IDTSInfoEvents100
Derived
Attributes

Methods

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

Fires an error.

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

Fires an informational event.

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

Fires a warning.

Applies to