IDTSInfoEvents100.FireInformation Method

Definition

Fires an informational event.

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)

Parameters

InformationCode
Int32

An Integer that identifies the information message.

SubComponent
String

An arbitrary string that identifies the sub-module within a source.

Description
String

Text of the message.

HelpFile
String

The path to the Help file that contains detailed information.

HelpContext
Int32

Identifier of the topic in the Help file.

pbFireAgain
Boolean

A Boolean that indicates whether the task should continue executing. A value of true indicates that the error should cause the task to cancel.

Attributes

Applies to