Compartir a través de


IStatusEventData.PercentCompleted Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
ReadOnly Property PercentCompleted As Byte 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IStatusEventData Interfaz

Espacio de nombres Microsoft.SqlServer.Replication