IDTSEvents100.OnProgress 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.
Appelée pour mettre à jour la progression de l'exécution de la tâche.
public:
void OnProgress(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskHost100 ^ pTaskHost, System::String ^ ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(8)]
public void OnProgress(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member OnProgress : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 * string * int * int * int * string * bool -> unit
Public Sub OnProgress (pTaskHost As IDTSTaskHost100, ProgressDescription As String, PercentComplete As Integer, ProgressCountLow As Integer, ProgressCountHigh As Integer, SubComponent As String, ByRef pbFireAgain As Boolean)
Paramètres
- pTaskHost
- IDTSTaskHost100
Valeur Null.
- ProgressDescription
- String
Une chaîne qui décrit l’événement de progression qui est relancé.
- PercentComplete
- Int32
Un entier utilisé pour indiquer la partie de la tâche accomplie.
- ProgressCountLow
- Int32
Un entier contenant les 32 bits inférieurs des unités complétées.
- ProgressCountHigh
- Int32
Un entier contenant les 32 bits supérieurs des unités complétées.
- SubComponent
- String
Une chaîne contenant plus de détails sur la source de l’événement.
- pbFireAgain
- Boolean
Un booléen qui indique que cela doit continuer ou cesser de tirer. Une valeur de vrai indique qu’il doit continuer à tirer.
- Attributs
Remarques
Pour plus d’informations, consultez IDTSEvents.