IDTSEvents100.OnInformation メソッド

定義

情報を提供するためにタスクが必要な場合に呼び出されます。

public:
 void OnInformation(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSRuntimeObject100 ^ pSource, int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, System::String ^ IDOfInterfaceWithError, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(5)]
public void OnInformation (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100 pSource, int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, string IDOfInterfaceWithError, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member OnInformation : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100 * int * string * string * string * int * string * bool -> unit
Public Sub OnInformation (pSource As IDTSRuntimeObject100, InformationCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, IDOfInterfaceWithError As String, ByRef pbFireAgain As Boolean)

パラメーター

pSource
IDTSRuntimeObject100

エラーのソースであり、イベントの原因になったオブジェクトです。

InformationCode
Int32

メッセージを識別する Integer です。 source パラメーターと組み合わせる場合、sourceinformationCode の組み合わせが一意となるよう、この識別子は一意である必要があります。 ただし、informationCode が単独で一意である必要はありません。

SubComponent
String

ソース内のサブモジュールを識別する任意の文字列です (パイプライン タスクの変換など)。

Description
String

メッセージのテキストです。

HelpFile
String

詳細な情報を含むヘルプ ファイルのパスです。

HelpContext
Int32

ヘルプ ファイルのトピックの識別子です。

IDOfInterfaceWithError
String

エラーの原因となったインターフェイスの GUID のテキスト表現です。

pbFireAgain
Boolean

起動を続けるか、または起動を停止する必要があることを示すブール値。 値 true は、発生を続ける必要があることを示します。

属性

注釈

情報イベントで通知される情報には、警告と比較すると、データの損失やその他の問題の原因が必ずしも示されているわけではありませんが、 ログ エントリ以上の根拠を伴う重要性があります。

詳細については、「IDTSEvents」を参照してください。

適用対象