IReportProgress.Progress Property

Gets the current percentage of progress.

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

Syntax

'Declaration
ReadOnly Property Progress As Integer
    Get
'Usage
Dim instance As IReportProgress
Dim value As Integer

value = instance.Progress
int Progress { get; }
property int Progress {
    int get ();
}
abstract Progress : int
function get Progress () : int

Property Value

Type: System.Int32
Value less than 0 or greater than 100 indicates that operation is not running. A value of 0 means that the operation is running but there is no information about progress (used for unknown-length operations). Values from 1 to 100 indicate the actual progress.