Linguaggio

PackageUpgradeResult.OnInformation Metodo

Definizione

Chiamato ogni volta che il compito è richiesto per fornire informazioni.

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)

Parametri

source
DtsObject

La fonte dell'errore, l'oggetto che ha causato l'evento.

informationCode
Int32

Un intero che identifica il messaggio.

subComponent
String

Una stringa arbitraria che identifica il sottomodulo all'interno di una sorgente.

description
String

Testo del messaggio.

helpFile
String

Il percorso verso il file di aiuto contenente informazioni dettagliate.

helpContext
Int32

L'identificatore dell'argomento nel file di Aiuto.

idofInterfaceWithError
String

Una rappresentazione testuale del GUID dell'interfaccia che ha causato l'errore.

fireAgain
Boolean

È vero se l'oggetto dovesse continuare a sparare; altrimenti, falso.

Implementazioni

Si applica a