IDTSEvents100.OnInformation 方法

定義

public:
 void OnInformation(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::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.Sql2014.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.Sql2014.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

適用於