Linguaggio

IDTSInfoEvents100.FireInformation Metodo

Definizione

Scatena un evento informativo.

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)

Parametri

InformationCode
Int32

Un intero che identifica il messaggio informativo.

SubComponent
String

Una stringa arbitraria che identifica il sottomodulo all'interno di una sorgente.

Description
String

Testo del messaggio.

HelpFile
String

Il percorso verso il file Help che contiene informazioni dettagliate.

HelpContext
Int32

Identificatore dell'argomento nel file di Aiuto.

pbFireAgain
Boolean

Un Booleano che indica se il compito deve continuare a essere eseguito. Un valore di true indica che l'errore dovrebbe causare la cancellazione del compito.

Attributi

Si applica a