PackageUpgradeResult.OnInformation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
태스크가 정보를 제공해야 하는 경우 호출됩니다.
public:
virtual void OnInformation(Microsoft::SqlServer::Dts::Runtime::DtsObject ^ source, int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, System::String ^ idofInterfaceWithError, bool % fireAgain);
public void OnInformation (Microsoft.SqlServer.Dts.Runtime.DtsObject source, int informationCode, string subComponent, string description, string helpFile, int helpContext, string idofInterfaceWithError, ref bool fireAgain);
abstract member OnInformation : Microsoft.SqlServer.Dts.Runtime.DtsObject * int * string * string * string * int * string * bool -> unit
override this.OnInformation : Microsoft.SqlServer.Dts.Runtime.DtsObject * int * string * string * string * int * string * bool -> unit
Public Sub OnInformation (source As DtsObject, informationCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer, idofInterfaceWithError As String, ByRef fireAgain As Boolean)
매개 변수
- source
- DtsObject
오류의 원인, 즉 이벤트를 일으킨 개체입니다.
- informationCode
- Int32
메시지를 식별하는 Integer입니다.
- subComponent
- String
원본 내 하위 모듈을 식별하는 임의의 문자열입니다.
- description
- String
메시지의 텍스트입니다.
- helpFile
- String
자세한 정보가 포함된 도움말 파일의 경로입니다.
- helpContext
- Int32
도움말 파일의 항목에 대한 식별자입니다.
- idofInterfaceWithError
- String
오류를 발생시킨 인터페이스의 GUID를 나타내는 텍스트 표현입니다.
- fireAgain
- Boolean
개체가 계속 실행되어야 하면 True입니다. 그렇지 않으면 false입니다.