言語

IDTSInfoEvents.FireError(Int32, String, String, String, Int32) メソッド

定義

エラーが発生します。

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

エラーメッセージを識別する整数。

subComponent
String

ソース内の部分加群を識別する任意の文字列です。 例えば、パイプラインタスクの変換です。

description
String

メッセージのテキスト。

helpFile
String

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

helpContext
Int32

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

返品

このブール値が、この点火を続けるか発射を停止すべきかを示します。 真の値は、発射を続けるべきであることを示します。

注釈

故障に関する情報を提供します。

適用対象