共用方式為


PercentCompleted 屬性

The estimated amount of the overall synchronization that has completed.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Public ReadOnly Property PercentCompleted As Byte
    Get
'用途
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

屬性值

型別:System. . :: . .Byte
A Byte value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).

實作

IStatusEventData. . :: . .PercentCompleted

備註

The PercentCompleted property is read-only.