IDTSInfoEvents100 インターフェイス

定義

情報イベント、警告イベント、およびエラー イベントの起動に使用するインターフェイスを定義します。

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
派生
属性

メソッド

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

エラーを発生させます。

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

情報イベントを起動します。

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

警告を発生させます。

適用対象