IDTSComponentMetaData100.FireProgress Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenche un événement OnProgress(TaskHost, String, Int32, Int32, Int32, String, Boolean).
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)
Paramètres
- bstrProgressDescription
- String
Description de la progression et de l'état.
- lPercentComplete
- Int32
Pourcentage de la tâche terminé.
- lProgressCountLow
- Int32
32 bits représentant la partie basse des unités terminées.
- lProgressCountHigh
- Int32
32 bits représentant la partie haute des unités terminées.
- bstrSubComponent
- String
Chaîne qui représente le nom du composant qui déclenche l'événement.
- pbFireAgain
- Boolean
true pour déclencher à nouveau l’événement à mesure que l’exécution de la tâche se poursuit ; sinon, false.
- Attributs