PackageUpgradeResult.OnInformation 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 lorsque la tâche doit fournir des informations.
public:
virtual void OnInformation(Microsoft::SqlServer::Dts::Runtime::DtsObject ^ source, int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, System::String ^ idofInterfaceWithError, bool % fireAgain);
public void OnInformation (Microsoft.SqlServer.Dts.Runtime.DtsObject source, int informationCode, string subComponent, string description, string helpFile, int helpContext, string idofInterfaceWithError, ref bool fireAgain);
abstract member OnInformation : Microsoft.SqlServer.Dts.Runtime.DtsObject * int * string * string * string * int * string * bool -> unit
override this.OnInformation : Microsoft.SqlServer.Dts.Runtime.DtsObject * int * string * string * string * int * string * bool -> unit
Public Sub OnInformation (source As DtsObject, informationCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer, idofInterfaceWithError As String, ByRef fireAgain As Boolean)
Paramètres
- source
- DtsObject
Source de l'erreur, objet qui a provoqué l'événement.
- informationCode
- Int32
Valeur Integer qui identifie le message.
- subComponent
- String
Chaîne arbitraire qui identifie le sous-module au sein d'une source.
- 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.
- fireAgain
- Boolean
True si l’objet doit continuer à se déclencher ; sinon, false.