Condividi tramite


Proprietà PercentCompleted

The estimated amount of the overall synchronization that has completed.

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

Sintassi

'Dichiarazione
Public ReadOnly Property PercentCompleted As Byte
    Get
'Utilizzo
Dim instance As StatusEventArgs
Dim value As Byte

value = instance.PercentCompleted
public byte PercentCompleted { get; }
public:
virtual property unsigned char PercentCompleted {
    unsigned char get () sealed;
}
abstract PercentCompleted : byte
override PercentCompleted : byte
final function get PercentCompleted () : byte

Valore proprietà

Tipo: System. . :: . .Byte
A Byte value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).

Implementa

IStatusEventData. . :: . .PercentCompleted

Osservazioni

The PercentCompleted property is read-only.