PackageUpgradeResult.OnProgress Methode

Definition

Wird aufgerufen, um den Status der Taskausführung zu aktualisieren.

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)

Parameter

taskHost
TaskHost

Ein NULL-Wert.

progressDescription
String

Eine Zeichenkette, die das ausgelöste Fortschrittsereignis beschreibt.

percentComplete
Int32

Eine ganze Zahl, die angibt, wie viel der Aufgabe abgeschlossen ist.

progressCountLow
Int32

Eine ganze Zahl, die die niedrigen 32 Bits der abgeschlossenen Einheiten enthält.

progressCountHigh
Int32

Eine ganze Zahl, die die höchsten 32 Bits der abgeschlossenen Einheiten enthält.

subComponent
String

Eine Zeichenkette, die mehr Details zur Ereignisquelle enthält.

fireAgain
Boolean

Gilt, wenn das Objekt weiter feuern sollte; ansonsten falsch.

Implementiert

Gilt für: