Share via


InformationPanel.UpdateProgress Method

Updates the percentage of the running job that is completed.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected Overridable Sub UpdateProgress
'Usage

Me.UpdateProgress()
protected virtual void UpdateProgress()
protected:
virtual void UpdateProgress()
abstract UpdateProgress : unit -> unit 
override UpdateProgress : unit -> unit 
protected function UpdateProgress()