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。