IDTSComponentMetaData100.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.
public:
void FireWarning(int WarningCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext);
[System.Runtime.InteropServices.DispId(127)]
public void FireWarning (int WarningCode, string SubComponent, string Description, string HelpFile, int HelpContext);
[<System.Runtime.InteropServices.DispId(127)>]
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
- SubComponent
- String
- Description
- String
- HelpFile
- String
- HelpContext
- Int32
- Attributes
Remarks
An OnWarning event can be raised during package design or execution. During design time, warnings are displayed in the Task List window and cause the yellow exclamation icon to be displayed next to the component shape.