TaskExecutionContext.ReportProgress(ITask, Int32, String) Metodo

Definizione

Riporta lo stato dell'attività. La classe non può essere ereditata.

public:
 virtual void ReportProgress(Microsoft::SqlServer::Management::ITask ^ task, int progressPercentage, System::String ^ message);
public void ReportProgress (Microsoft.SqlServer.Management.ITask task, int progressPercentage, string message);
abstract member ReportProgress : Microsoft.SqlServer.Management.ITask * int * string -> unit
override this.ReportProgress : Microsoft.SqlServer.Management.ITask * int * string -> unit
Public Sub ReportProgress (task As ITask, progressPercentage As Integer, message As String)

Parametri

task
ITask

Oggetto ITask che rappresenta l'attività da registrare.

progressPercentage
Int32

Oggetto Int32 che rappresenta lo stato dell'attività in percentuale.

message
String

Oggetto String che contiene il messaggio.

Implementazioni

Si applica a