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

public byte PercentCompleted { get; }

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.