This topic has not yet been rated - Rate this topic

TaskExecutionContext.ReportProgress Method

Reports the task progress. This class cannot be inherited.

Namespace:  Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public void ReportProgress(
	ITask task,
	int progressPercentage,
	string message
)

Parameters

task
Type: Microsoft.SqlServer.Management.ITask
A ITask which represents the task to be logged.
progressPercentage
Type: System.Int32
A Int32 representing the task progress percentage.
message
Type: System.String
A String containing the message.

Implements

ITaskExecutionContext.ReportProgress(ITask, Int32, String)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.