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

帮助文件中该主题的标识符。

返回

一个布尔值,指示是否应继续触发或停止触发。 true 值指示它应继续激发。

注解

提供有关失败的信息。

适用于