IDTSInfoEvents.FireInformation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
情報イベントを起動します。
public:
void FireInformation(int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, bool % fireAgain);
public void FireInformation (int informationCode, string subComponent, string description, string helpFile, int helpContext, ref bool fireAgain);
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 fireAgain As Boolean)
パラメーター
- informationCode
- Int32
情報メッセージを識別する Integer です。
- subComponent
- String
ソース内のサブモジュール (たとえば、パイプライン タスクの変換など) を識別する任意の文字列です。
- description
- String
メッセージのテキストです。
- helpFile
- String
詳細な情報を含むヘルプ ファイルのパスです。
- helpContext
- Int32
ヘルプ ファイルのトピックの識別子です。
- fireAgain
- Boolean
タスクの実行を続行する必要があるかどうかを示す Boolean です。 値が true の場合は、エラーが発生したらタスクを取り消すことを示します。 false の値は、エラーがタスクの実行を停止しないが、タスクを続行する必要があることを示します。
注釈
問題ではない事項に関する情報を提供します。