Propriété DbSyncTableProgress.Inserts
Obtient ou définit le nombre d'insertions appliquées à une table 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 Property Inserts As Integer
'Utilisation
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.Inserts
instance.Inserts = value
public int Inserts { get; set; }
public:
property int Inserts {
int get ();
void set (int value);
}
/** @property */
public int get_Inserts ()
/** @property */
public void set_Inserts (int value)
public function get Inserts () : int
public function set Inserts (value : int)
Valeur de propriété
Nombre d'insertions appliquées à une table au cours de la session de synchronisation.
Voir aussi
Référence
Classe DbSyncTableProgress
Membres DbSyncTableProgress
Espace de noms Microsoft.Synchronization.Data