ChangesPending propriété
Obtient le nombre de modifications en attente à appliquer à 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 ReadOnly Property ChangesPending As Integer
Get
'Utilisation
Dim instance As SyncTableProgress
Dim value As Integer
value = instance.ChangesPending
public int ChangesPending { get; }
public:
property int ChangesPending {
int get ();
}
member ChangesPending : int
function get ChangesPending () : int
Valeur de la propriété
Type : System. . :: . .Int32
Nombre de modifications en attente à appliquer à une table au cours de la session de synchronisation.