IDTSInfoEvents.FireInformation Metodo

Definizione

Genera un evento informativo.

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)

Parametri

informationCode
Int32

Integer che identifica il messaggio informativo.

subComponent
String

Stringa arbitraria che identifica il sottomodulo all'interno di un'origine: ad esempio, la trasformazione in un'attività Pipeline.

description
String

Testo del messaggio.

helpFile
String

Percorso del file della Guida che contiene informazioni dettagliate.

helpContext
Int32

Identificatore dell'argomento nel file della Guida.

fireAgain
Boolean

Valore booleano che indica se l'esecuzione dell'attività deve continuare. Un valore true indica che l'errore deve provocare l'annullamento dell'attività. Il valore false indica che l'errore non deve interrompere l'esecuzione dell'attività, ma l'attività deve continuare.

Commenti

Fornisce informazioni su un problema non problematico.

Si applica a