IReportProgress Interface
Defines a method that displays the progress report in the class.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | IsCancellable | Gets a value indicating whether the user can cancel an operation. |
![]() | IsRunning | Gets a value indicating whether the state of the operation is running. |
![]() | Message | Gets the message associated with the current state of operation. |
![]() | Progress | Gets the current percentage of progress. |
| Name | Description | |
|---|---|---|
![]() | ProgressChanged | Occurs when the signal of the operation's progress is changed. |
Show:


