PackageUpgradeResult.OnInformation Methode

Definition

Jederzeit aufgerufen, wenn die Aufgabe Informationen liefern muss.

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)

Parameter

source
DtsObject

Die Quelle des Fehlers, das Objekt, das das Ereignis verursacht hat.

informationCode
Int32

Eine ganze Zahl, die die Nachricht identifiziert.

subComponent
String

Eine beliebige Zeichenkette, die das Untermodul innerhalb einer Quelle identifiziert.

description
String

Text der Nachricht.

helpFile
String

Der Weg zur Hilfedatei mit detaillierten Informationen.

helpContext
Int32

Die Kennung des Themas in der Hilfedatei.

idofInterfaceWithError
String

Eine textuelle Darstellung der GUID der Schnittstelle, die den Fehler verursacht hat.

fireAgain
Boolean

Gilt, wenn das Objekt weiter feuern sollte; ansonsten falsch.

Implementiert

Gilt für: