IDTSEvents.OnError Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelée par une tâche ou un conteneur lorsqu'une erreur se produit.
public:
bool OnError(Microsoft::SqlServer::Dts::Runtime::DtsObject ^ source, int errorCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, System::String ^ idofInterfaceWithError);
public bool OnError (Microsoft.SqlServer.Dts.Runtime.DtsObject source, int errorCode, string subComponent, string description, string helpFile, int helpContext, string idofInterfaceWithError);
abstract member OnError : Microsoft.SqlServer.Dts.Runtime.DtsObject * int * string * string * string * int * string -> bool
Public Function OnError (source As DtsObject, errorCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer, idofInterfaceWithError As String) As Boolean
Paramètres
- source
- DtsObject
Source de l'erreur, objet qui a provoqué l'événement.
- errorCode
- Int32
Valeur Integer qui identifie le message d'erreur. Cet identificateur doit être unique lorsqu'il est associé au paramètre source
. La combinaison source
et errorCode
doit donc être unique. Toutefois, le système ne s'attend pas à ce que errorCode
soit unique lorsqu'il est employé seul.
- subComponent
- String
Chaîne arbitraire qui identifie le sous-module au sein d'une source. Par exemple, la transformation dans une tâche Pipeline.
- description
- String
Texte du message.
- helpFile
- String
Chemin d'accès au fichier d'aide qui contient des informations détaillées.
- helpContext
- Int32
Identificateur de la rubrique dans le fichier d'aide.
- idofInterfaceWithError
- String
Représentation textuelle du GUID de l'interface a l'origine de l'erreur.