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.