언어

IDTSInfoEvents.FireInformation 메서드

정의

정보 행사를 개최합니다.

public:
 void FireInformation(int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, bool % fireAgain);
public void FireInformation(int informationCode, string subComponent, string description, string helpFile, int helpContext, ref bool fireAgain);
abstract member FireInformation : int * string * string * string * int * bool -> unit
Public Sub FireInformation (informationCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer, ByRef fireAgain As Boolean)

매개 변수

informationCode
Int32

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

subComponent
String

소스 내 하위 모듈을 식별하는 임의의 문자열: 예를 들어 파이프라인 작업에서의 변환.

description
String

메시지의 텍스트입니다.

helpFile
String

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

helpContext
Int32

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

fireAgain
Boolean

작업이 계속 실행되어야 하는지 여부를 나타내는 불리언입니다. true(참) 값은 오류가 작업을 취소하게 해야 함을 나타냅니다. false 값은 오류가 작업 실행을 멈추지 않아야 하지만 작업이 계속되어야 함을 나타냅니다.

설명

문제가 되지 않는 문제에 대한 정보를 제공합니다.

적용 대상