Share via


IDTSInfoEvents.FireInformation Méthode

Définition

Déclenche un événement d'informations.

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)

Paramètres

informationCode
Int32

Entier qui identifie le message d'information.

subComponent
String

Chaîne arbitraire qui identifie le sous-module au sein d'une source : par exemple, la transformation dans une tâche Pipeline.

description
String

Texte du message.

helpFile
String

Chemin d'accès au fichier d'aide qui contient des informations détaillées.

helpContext
Int32

Identificateur de la rubrique dans le fichier d'aide.

fireAgain
Boolean

Valeur Boolean qui indique si l'exécution de la tâche doit continuer. La valeur true indique que l'erreur doit entraîner l'annulation de la tâche. La valeur false indique que l’erreur ne doit pas empêcher l’exécution de la tâche, mais que la tâche doit continuer.

Remarques

Fournit des informations sur un problème non problématique.

S’applique à