语言

IDTSInfoEvents100.FireInformation 方法

定义

启动了一场信息活动。

public:
 void FireInformation(int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(1)]
public void FireInformation(int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
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 pbFireAgain As Boolean)

参数

InformationCode
Int32

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

SubComponent
String

一个任意字符串,用于标识源中的子模。

Description
String

消息的文本。

HelpFile
String

通往包含详细信息的帮助文件的路径。

HelpContext
Int32

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

pbFireAgain
Boolean

一个布尔值,表示任务是否应继续执行。 值为真表示错误应导致任务取消。

属性

适用于