PercentCompleted Propiedad
The estimated amount of the overall synchronization that has completed.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
Public ReadOnly Property PercentCompleted As Byte
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Byte
A Byte value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).
Implementa
Notas
The PercentCompleted property is read-only.
Vea también