Share via


IDTSInfoEvents.FireInformation 方法

定义

激发信息性事件。

public:
 void FireInformation(int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, bool % fireAgain);
public void FireInformation (int informationCode, string subComponent, string description, string helpFile, int helpContext, ref bool fireAgain);
abstract member FireInformation : int * string * string * string * int * bool -> unit
Public Sub FireInformation (informationCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer, ByRef fireAgain As Boolean)

参数

informationCode
Int32

一个用于标识信息性消息的整数。

subComponent
String

一个任意字符串,该字符串标识源内的子模块:例如,管道任务中的转换。

description
String

消息的文本。

helpFile
String

指向包含详细信息的帮助文件的路径。

helpContext
Int32

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

fireAgain
Boolean

一个布尔值,该值指示此任务是否应继续执行。 值为 true 指示此错误应导致任务取消。 false 值指示错误不应阻止任务执行,但任务应继续。

注解

提供有关非有问题的问题的信息。

适用于