IStatusEventData.PercentCompleted Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the percentage of changes that have been completed for the event data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
ReadOnly Property PercentCompleted As Byte 
    Get
'Usage
Dim instance As IStatusEventData 
Dim value As Byte 

value = instance.PercentCompleted
byte PercentCompleted { get; }
property unsigned char PercentCompleted {
    unsigned char get ();
}
abstract PercentCompleted : byte
function get PercentCompleted () : byte

Property Value

Type: System.Byte
The percentage of changes that have been completed.

See Also

Reference

IStatusEventData Interface

Microsoft.SqlServer.Replication Namespace