Linguaggio

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

Una stringa che descrive l'evento di progresso che viene sollevato.

percentComplete
Int32

Un intero usato per indicare quanto del compito è stato completato.

progressCountLow
Int32

Un intero che contiene i 32 bit più bassi delle unità completate.

progressCountHigh
Int32

Un intero che contiene i 32 bit alti delle unità completate.

subComponent
String

Una stringa che contiene più dettagli sulla fonte dell'evento.

fireAgain
Boolean

È vero se l'oggetto dovesse continuare a sparare; altrimenti, falso.

Implementazioni

Si applica a