Язык

PackageUpgradeResult.OnInformation Метод

Определение

Вызывается в любое время, когда требуется предоставить информацию.

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)

Параметры

source
DtsObject

Источник ошибки, объект, который вызвал событие.

informationCode
Int32

Целое число, идентифицирующее сообщение.

subComponent
String

Произвольная строка, которая идентифицирует подмодуль внутри исходного кода.

description
String

Текст сообщения.

helpFile
String

Путь к файлу помощи с подробной информацией.

helpContext
Int32

Идентификатор темы в файле справки.

idofInterfaceWithError
String

Текстовое представление GUID интерфейса, вызвавшего ошибку.

fireAgain
Boolean

Верно, если объект продолжает стрелять; в противном случае — ложь.

Реализации

Применяется к