Propriété DbSyncScopeProgress.TotalInserts
Obtient le nombre total d'insertions à appliquer au cours de la session de synchronisation.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TotalInserts As Integer
'Utilisation
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
Valeur de propriété
Nombre d'insertions à appliquer.
Voir aussi
Référence
Classe DbSyncScopeProgress
Membres DbSyncScopeProgress
Espace de noms Microsoft.Synchronization.Data