Share via


PackageUpgradeResult.OnProgress Metodo

Definizione

Viene chiamata per aggiornare le informazioni sullo stato di esecuzione dell'attività.

public:
 virtual void OnProgress(Microsoft::SqlServer::Dts::Runtime::TaskHost ^ taskHost, System::String ^ progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, System::String ^ subComponent, bool % fireAgain);
public void OnProgress (Microsoft.SqlServer.Dts.Runtime.TaskHost taskHost, string progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, string subComponent, ref bool fireAgain);
abstract member OnProgress : Microsoft.SqlServer.Dts.Runtime.TaskHost * string * int * int * int * string * bool -> unit
override this.OnProgress : Microsoft.SqlServer.Dts.Runtime.TaskHost * string * int * int * int * string * bool -> unit
Public Sub OnProgress (taskHost As TaskHost, progressDescription As String, percentComplete As Integer, progressCountLow As Integer, progressCountHigh As Integer, subComponent As String, ByRef fireAgain As Boolean)

Parametri

taskHost
TaskHost

Valore null.

progressDescription
String

Stringa che descrive l'evento di stato generato.

percentComplete
Int32

Intero utilizzato per indicare la quantità di attività completata.

progressCountLow
Int32

Integer contenente i 32 bit bassi delle unità completate.

progressCountHigh
Int32

Integer contenente i 32 bit alti delle unità completate.

subComponent
String

Stringa contenente maggiori dettagli sull'origine dell'evento.

fireAgain
Boolean

True se l'oggetto deve continuare a sparare; in caso contrario, false.

Implementazioni

Si applica a