IDTSInfoEvents.FireError(Int32, String, String, String, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーを発生させます。
public:
bool FireError(int errorCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public bool FireError (int errorCode, string subComponent, string description, string helpFile, int helpContext);
abstract member FireError : int * string * string * string * int -> bool
Public Function FireError (errorCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer) As Boolean
パラメーター
- errorCode
- Int32
エラー メッセージを識別する Integer です。
- subComponent
- String
ソース内のサブモジュールを識別する任意の文字列です (パイプライン タスクの変換など)。
- description
- String
メッセージのテキストです。
- helpFile
- String
詳細な情報を含むヘルプ ファイルのパスです。
- helpContext
- Int32
ヘルプ ファイルのトピックの識別子です。
戻り値
これが引き続き発生するか、または起動を停止する必要があるかどうかを示すブール値。 値 true は、引き続き発生する必要があることを示します。
注釈
失敗に関する情報を提供します。