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)

public interface class IReportProgress

NameDescription
System_CAPS_pubpropertyIsCancellable

Gets a value indicating whether the user can cancel an operation.

System_CAPS_pubpropertyIsRunning

Gets a value indicating whether the state of the operation is running.

System_CAPS_pubpropertyMessage

Gets the message associated with the current state of operation.

System_CAPS_pubpropertyProgress

Gets the current percentage of progress.

NameDescription
System_CAPS_pubmethodCancel()

Cancels the operation.

NameDescription
System_CAPS_pubeventProgressChanged

Occurs when the signal of the operation's progress is changed.

Return to top
Show: