IDTSComponentEvents100.FireWarning 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.
Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client.
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
A String that contains more detail about the event source.
- Description
- String
The text of the message.
- HelpFile
- String
The path to the Help file that contains detailed information.
- HelpContext
- Int32
The identifier of the topic in the Help file.
Implements
- Attributes