StatusEventArgs.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.

请参阅

参考

StatusEventArgs 类

Microsoft.SqlServer.Replication 命名空间