IDTSInfoEvents100.FireError(Int32, String, String, String, Int32, Boolean) Metodo

Definizione

Questa API supporta l'infrastruttura del prodotto e non può essere usata direttamente dal codice. Genera un errore.

public:
 void FireError(int ErrorCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbCancel);
[System.Runtime.InteropServices.DispId(2)]
public void FireError (int ErrorCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbCancel);
Public Sub FireError (ErrorCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, ByRef pbCancel As Boolean)

Parametri

ErrorCode
Int32

Messaggio di errore.

SubComponent
String

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.

pbCancel
Boolean

A * * Boolean * * che indica se deve annullare la generazione o continuare.

Attributi

Si applica a