Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The current progress in percent complete.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Progress As Double
Get
'Usage
Dim instance As DacDataProgressMessage
Dim value As Double
value = instance.Progress
public double Progress { get; }
public:
property double Progress {
double get ();
}
member Progress : float
function get Progress () : double
Property Value
Type: System.Double
The percent complete.