언어

IDTSInfoEvents100.FireInformation 메서드

정의

정보 행사를 개최합니다.

public:
 void FireInformation(int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(1)]
public void FireInformation(int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
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 pbFireAgain As Boolean)

매개 변수

InformationCode
Int32

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

SubComponent
String

소스 내 서브모듈을 식별하는 임의의 문자열입니다.

Description
String

메시지의 텍스트입니다.

HelpFile
String

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

HelpContext
Int32

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

pbFireAgain
Boolean

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

특성

적용 대상