Freigeben über


PackageUpgradeResult.OnInformation Methode

Definition

Wird aufgerufen, wenn der Task Informationen bereitstellen 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 Fehlerquelle; das Objekt, das das Ereignis verursacht hat.

informationCode
Int32

Ein Integer-Wert, durch den die Meldung identifiziert wird.

subComponent
String

Eine beliebige Zeichenfolge, durch die das Untermodul innerhalb einer Quelle identifiziert wird.

description
String

Text der Nachricht.

helpFile
String

Der Pfad zur Hilfedatei, die ausführliche Informationen enthält.

helpContext
Int32

Der Bezeichner des Themas in der Hilfedatei.

idofInterfaceWithError
String

Eine Textdarstellung der GUID der Schnittstelle, die den Fehler verursacht hat.

fireAgain
Boolean

True, wenn das Objekt weiterhin ausgelöst werden soll; andernfalls false.

Implementiert

Gilt für: