IDTSComponentEvents100.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.
public:
void FireProgress(System::String ^ ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(5)]
public void FireProgress (string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member FireProgress : string * int * int * int * string * bool -> unit
Public Sub FireProgress (ProgressDescription As String, PercentComplete As Integer, ProgressCountLow As Integer, ProgressCountHigh As Integer, SubComponent As String, ByRef pbFireAgain As Boolean)
Paramètres
- ProgressDescription
- String
- PercentComplete
- Int32
- ProgressCountLow
- Int32
- ProgressCountHigh
- Int32
- SubComponent
- String
- pbFireAgain
- Boolean
- Attributs