Partager via


Propriété IStatusEventData.PercentCompleted

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the percentage of changes that have been completed for the event data.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
ReadOnly Property PercentCompleted As Byte 
    Get
'Utilisation
Dim instance As IStatusEventData 
Dim value As Byte 

value = instance.PercentCompleted
byte PercentCompleted { get; }
property unsigned char PercentCompleted {
    unsigned char get ();
}
abstract PercentCompleted : byte
function get PercentCompleted () : byte

Valeur de propriété

Type : System.Byte
The percentage of changes that have been completed.

Voir aussi

Référence

IStatusEventData Interface

Espace de noms Microsoft.SqlServer.Replication