IDTSComponentEvents100.FireWarning 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업이 오류가 정당화되지 않지만 클라이언트에게 경고할 만한 상태일 때마다 이벤트를 발생시킵니다.
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)
매개 변수
- WarningCode
- Int32
경고 메시지를 식별하는 정수입니다.
- SubComponent
- String
이벤트 소스에 대한 더 자세한 내용을 포함하는 문자열입니다.
- Description
- String
메시지의 텍스트입니다.
- HelpFile
- String
자세한 정보가 담긴 도움말 파일로 가는 경로입니다.
- HelpContext
- Int32
도움말 파일에 있는 주제의 식별자.
구현
- 특성