Freigeben über


DbSyncScopeProgress.TotalInserts-Eigenschaft

Ruft die Anzahl der Einfügungen 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 TotalInserts As Integer
'Usage
Dim instance As DbSyncScopeProgress
Dim value As Integer

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

Eigenschaftenwert

Die Anzahl der anzuwendenden Einfügungen.

Siehe auch

Verweis

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