Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The estimated amount of the overall synchronization that has completed.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property PercentCompleted As Byte
Get
'Usage
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
Eigenschaftswert
Typ: System.Byte
A Byte value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).
Implementiert
IStatusEventData.PercentCompleted
Hinweise
The PercentCompleted property is read-only.