Поделиться через


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

Значение типа Integer, которое обозначает сообщение.

subComponent
String

Произвольная строка, которая указывает вспомогательный модуль внутри источника.

description
String

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

helpFile
String

Путь к файлу справки, содержащему подробные сведения.

helpContext
Int32

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

idofInterfaceWithError
String

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

fireAgain
Boolean

Значение true, если объект должен продолжать выполнение; в противном случае — значение false.

Реализации

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