IDTSInfoEvents100.FireInformation Methode

Definition

Es wird eine Informationsveranstaltung ausgelöst.

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)

Parameter

InformationCode
Int32

Eine ganze Zahl, die die Informationsnachricht identifiziert.

SubComponent
String

Eine beliebige Zeichenkette, die das Untermodul innerhalb einer Quelle identifiziert.

Description
String

Text der Nachricht.

HelpFile
String

Der Pfad zur Hilfedatei, der detaillierte Informationen enthält.

HelpContext
Int32

Kennung des Themas in der Hilfedatei.

pbFireAgain
Boolean

Ein Boolean, der angibt, ob die Aufgabe weitergeführt werden soll. Ein Wert von true zeigt an, dass der Fehler dazu führen sollte, dass die Aufgabe abgebrochen wird.

Attribute

Gilt für: