IDTSInfoEvents.FireWarning(Int32, String, String, String, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
警告を発生させます。
public:
void FireWarning(int warningCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public void FireWarning (int warningCode, string subComponent, string description, string helpFile, int helpContext);
abstract member FireWarning : int * string * string * string * int -> unit
Public Sub FireWarning (warningCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer)
パラメーター
- warningCode
- Int32
警告メッセージを識別する Integer です。
- subComponent
- String
ソース内のサブモジュールを識別する任意の文字列です (パイプライン タスクの変換など)。
- description
- String
メッセージのテキストです。
- helpFile
- String
詳細な情報を含むヘルプ ファイルのパスです。
- helpContext
- Int32
ヘルプ ファイルのトピックの識別子です。
注釈
失敗ではない事項に関する情報を提供します。