IDTSInfoEvents100.FireWarning(Int32, String, String, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires a warning.
public:
void FireWarning(int WarningCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext);
[System.Runtime.InteropServices.DispId(0)]
public void FireWarning (int WarningCode, string SubComponent, string Description, string HelpFile, int HelpContext);
[<System.Runtime.InteropServices.DispId(0)>]
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)
Parameters
- WarningCode
- Int32
An Integer that identifies the warning message.
- SubComponent
- String
An arbitrary string that identifies the sub-module within a source. For example, the transform in a Pipeline task.
- Description
- String
Text of the message.
- HelpFile
- String
The path to the Help file that contains detailed information.
- HelpContext
- Int32
Identifier of the topic in the Help file.
- Attributes