IDTSInfoEvents100.FireInformation Метод

Определение

Инициирует информационное событие.

public:
 void FireInformation(int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(1)]
public void FireInformation (int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member FireInformation : int * string * string * string * int * bool -> unit
Public Sub FireInformation (InformationCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, ByRef pbFireAgain As Boolean)

Параметры

InformationCode
Int32

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

SubComponent
String

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

Description
String

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

HelpFile
String

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

HelpContext
Int32

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

pbFireAgain
Boolean

Значение типа Boolean, указывающее, должна ли задача продолжить выполнение. Значение true указывает, что ошибка приводит к отмене выполнения задачи.

Атрибуты

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