TaskExecutionContext.ReportProgress Method
Reports the task progress. This class cannot be inherited.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
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.
