IDTSComponentEvents.FireError(Int32, String, String, String, Int32) 메서드

정의

오류가 발생할 때 이벤트를 발생시킵니다.

public:
 bool FireError(int errorCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public bool FireError (int errorCode, string subComponent, string description, string helpFile, int helpContext);
abstract member FireError : int * string * string * string * int -> bool
Public Function FireError (errorCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer) As Boolean

매개 변수

errorCode
Int32

오류 메시지를 식별하는 Integer입니다.

subComponent
String

이벤트 원본에 대한 자세한 정보를 포함하는 문자열입니다.

description
String

메시지의 텍스트입니다.

helpFile
String

자세한 정보가 포함된 도움말 파일의 경로입니다.

helpContext
Int32

도움말 파일의 항목에 대한 식별자입니다.

반환

이벤트가 계속 발생하거나 발생을 중지해야 하는지 여부를 나타내는 부울입니다. true 값은 이벤트가 계속 발생해야 했음을 나타냅니다.

설명

일부 이벤트에는 subComponent 이벤트 원본 식별에서 더 큰 세분성을 허용하는 매개 변수가 있습니다.

적용 대상