IDTSInfoEvents100.FireInformation 方法

定義

此 API 支援產品基礎結構,而且不能直接從程式碼使用。 引發參考事件。

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);
Public Sub FireInformation (InformationCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, ByRef pbFireAgain As Boolean)

參數

InformationCode
Int32
    • 整數 * * 識別資訊訊息。
SubComponent
String

可識別來源中子模組的任意字串。

Description
String

訊息的文字。

HelpFile
String

包含詳細資訊的說明檔路徑。

HelpContext
Int32

說明檔主題的識別碼。

pbFireAgain
Boolean

A * * 布林值 * *,指出工作是否應該繼續執行。 值為 true,表示錯誤應該會使工作取消。

屬性

適用於