DacDataProgressMessage.Progress-Eigenschaft
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
Eigenschaftswert
Typ: System.Double
The percent complete.