IDTSInfoEvents.FireWarning(Int32, String, String, String, Int32) 方法

定义

激发警告。

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

一个用于标识警告消息的整数。

subComponent
String

标识源中子模块的任意字符串。 例如,管道任务中的转换。

description
String

消息的文本。

helpFile
String

指向包含详细信息的帮助文件的路径。

helpContext
Int32

帮助文件中该主题的标识符。

注解

提供有关非故障问题的信息。

适用于