PackageUpgradeResult.OnInformation Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Dipanggil kapan saja tugas diperlukan untuk memberikan informasi.
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)
Parameter
- source
- DtsObject
Sumber kesalahan, objek yang menyebabkan peristiwa.
- informationCode
- Int32
Bilangan bulat yang mengidentifikasi pesan.
- subComponent
- String
String arbitrer yang mengidentifikasi sub-modul dalam sumber.
- description
- String
Isi pesan.
- helpFile
- String
Jalur ke file bantuan yang berisi informasi terperinci.
- helpContext
- Int32
Pengidentifikasi topik dalam file Bantuan.
- idofInterfaceWithError
- String
Representasi tekstual GUID antarmuka yang menyebabkan kesalahan.
- fireAgain
- Boolean
True jika objek harus terus menembak; jika tidak, salah.