Condividi tramite


IDTSInfoEvents100.FireInformation Metodo

Definizione

Genera 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

Integer che identifica il messaggio informativo.

SubComponent
String

Stringa arbitraria che identifica il sottomodulo all'interno di un'origine:

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.

pbFireAgain
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à.

Attributi

Si applica a