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 estimated amount of the overall synchronization that has completed.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property PercentCompleted As Byte
Get
'Usage
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
Property Value
Type: System.Byte
A Byte value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).
Implements
IStatusEventData.PercentCompleted
Remarks
The PercentCompleted property is read-only.