IDTSComponentMetaData100.FireProgress 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.
Memunculkan OnProgress(TaskHost, String, Int32, Int32, Int32, String, Boolean) peristiwa.
public:
void FireProgress(System::String ^ bstrProgressDescription, int lPercentComplete, int lProgressCountLow, int lProgressCountHigh, System::String ^ bstrSubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(134)]
public void FireProgress (string bstrProgressDescription, int lPercentComplete, int lProgressCountLow, int lProgressCountHigh, string bstrSubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(134)>]
abstract member FireProgress : string * int * int * int * string * bool -> unit
Public Sub FireProgress (bstrProgressDescription As String, lPercentComplete As Integer, lProgressCountLow As Integer, lProgressCountHigh As Integer, bstrSubComponent As String, ByRef pbFireAgain As Boolean)
Parameter
- bstrProgressDescription
- String
Deskripsi kemajuan dan status.
- lPercentComplete
- Int32
Persentase tugas yang telah selesai.
- lProgressCountLow
- Int32
32-bit rendah unit selesai.
- lProgressCountHigh
- Int32
Unit 32-bit tinggi selesai.
- bstrSubComponent
- String
String yang mewakili nama komponen yang menaikkan peristiwa.
- pbFireAgain
- Boolean
true untuk menaikkan peristiwa lagi saat eksekusi tugas berlanjut; jika tidak, salah.
- Atribut