IDTSEvents100.OnInformation Methode

Definition

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)

Parameter

InformationCode
Int32
SubComponent
String
Description
String
HelpFile
String
HelpContext
Int32
IDOfInterfaceWithError
String
pbFireAgain
Boolean
Attribute

Hinweise

Im Vergleich zu einer Warnung übermittelt das Informationsereignis wichtige Informationen, die nicht unbedingt einen Datenverlust oder einen anderen Anlass zur Besorgnis darstellen. Es ist jedoch wichtig genug, dass es mehr als nur einen Logbucheintrag rechtfertigt.

Weitere Informationen finden Sie unter IDTSEvents.

Gilt für: