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.