IReportProgress Interface

Defines a method that displays the progress report in the class.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IReportProgress
'Usage
Dim instance As IReportProgress
public interface IReportProgress
public interface class IReportProgress
type IReportProgress =  interface end
public interface IReportProgress

The IReportProgress type exposes the following members.

Properties

  Name Description
Public property IsCancellable Gets a value indicating whether the user can cancel an operation.
Public property IsRunning Gets a value indicating whether the state of the operation is running.
Public property Message Gets the message associated with the current state of operation.
Public property Progress Gets the current percentage of progress.

Top

Methods

  Name Description
Public method Cancel Cancels the operation.

Top

Events

  Name Description
Public event ProgressChanged Occurs when the signal of the operation's progress is changed.

Top