언어

IDTSInfoEvents.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

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

subComponent
String

소스 내 서브모듈을 식별하는 임의의 문자열입니다. 예를 들어, 파이프라인 작업에서의 변환 같은 경우입니다.

description
String

메시지의 텍스트입니다.

helpFile
String

자세한 정보가 담긴 도움말 파일로 가는 경로입니다.

helpContext
Int32

도움말 파일에 있는 주제의 식별자.

반품

이 불리언은 이 함수가 계속 발사되어야 할지 멈춰야 하는지 알려줍니다. true(참) 값은 계속 발사해야 함을 나타냅니다.

설명

실패에 대한 정보를 제공합니다.

적용 대상