Share via


StatusEventArgs.PercentCompleted Property

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.

See Also

Reference

StatusEventArgs Class

Microsoft.SqlServer.Replication Namespace