IStatusEventData.PercentCompleted Property

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

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