다음을 통해 공유


IDTSEvents100.OnInformation 메서드

정의

public:
 void OnInformation(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSRuntimeObject100 ^ pSource, int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, System::String ^ IDOfInterfaceWithError, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(5)]
public void OnInformation (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSRuntimeObject100 pSource, int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, string IDOfInterfaceWithError, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member OnInformation : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSRuntimeObject100 * int * string * string * string * int * string * bool -> unit
Public Sub OnInformation (pSource As IDTSRuntimeObject100, InformationCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, IDOfInterfaceWithError As String, ByRef pbFireAgain As Boolean)

매개 변수

InformationCode
Int32
SubComponent
String
Description
String
HelpFile
String
HelpContext
Int32
IDOfInterfaceWithError
String
pbFireAgain
Boolean
특성

설명

경고에 비해 정보 이벤트는 데이터 손실 또는 기타 우려 원인을 반드시 나타내지 않는 중요한 정보를 전달합니다. 그러나 로그 항목보다 더 많은 것을 보증하는 것이 중요합니다.

자세한 내용은 IDTSEvents를 참조하세요.

적용 대상