Freigeben über


DbSyncScopeProgress.TotalUpdates-Eigenschaft

Ruft die Anzahl der Aktualisierungen ab, die während der Synchronisierungssitzung angewendet werden sollen.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property TotalUpdates As Integer
'Usage
Dim instance As DbSyncScopeProgress
Dim value As Integer

value = instance.TotalUpdates
public int TotalUpdates { get; }
public:
property int TotalUpdates {
    int get ();
}
/** @property */
public int get_TotalUpdates ()
public function get TotalUpdates () : int

Eigenschaftenwert

Die Anzahl der anzuwendenden Aktualisierungen.

Siehe auch

Verweis

DbSyncScopeProgress-Klasse
DbSyncScopeProgress-Member
Microsoft.Synchronization.Data-Namespace