IDTSInfoEvents.FireError(Int32, String, String, String, Int32) Metodo

Definizione

Genera un errore.

public:
 bool FireError(int errorCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public bool FireError (int errorCode, string subComponent, string description, string helpFile, int helpContext);
abstract member FireError : int * string * string * string * int -> bool
Public Function FireError (errorCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer) As Boolean

Parametri

errorCode
Int32

Integer che identifica il messaggio di errore.

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.

Restituisce

Valore booleano che indica se questo deve continuare a sparare o arrestare l'attivazione. Un valore true indica che deve continuare a sparare.

Commenti

Fornisce informazioni su un errore.

Si applica a