Condividi tramite


Proprietà DacDataProgressMessage.Progress

The current progress in percent complete.

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Progress As Double 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Double
The percent complete.

Vedere anche

Riferimento

DacDataProgressMessage Classe

Spazio dei nomi Microsoft.SqlServer.Dac