Freigeben über


IStatusEventData.PercentCompleted-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
ReadOnly Property PercentCompleted As Byte 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IStatusEventData Schnittstelle

Microsoft.SqlServer.Replication-Namespace