Freigeben über


IDTSInfoEvents100.FireInformation Methode

Definition

Löst ein Informationsereignis aus.

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

Ein Integer-Wert, durch den die Informationsmeldung identifiziert wird.

SubComponent
String

Eine beliebige Zeichenfolge, durch die das Untermodul innerhalb einer Quelle identifiziert wird.

Description
String

Text der Nachricht.

HelpFile
String

Der Pfad zur Hilfedatei, die ausführliche Informationen enthält.

HelpContext
Int32

Der Bezeichner des Themas in der Hilfedatei.

pbFireAgain
Boolean

Ein boolescher Wert, der angibt, ob der Task weiterhin ausgeführt werden soll. Der Wert true gibt an, dass der Task bei Auftreten des Fehlers abgebrochen werden soll.

Attribute

Gilt für: