Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of pending changes to be applied to a table during the synchronization session.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property ChangesPending As Integer
'Usage
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.ChangesPending
public int ChangesPending { get; }
public:
property int ChangesPending {
int get ();
}
/** @property */
public int get_ChangesPending ()
public function get ChangesPending () : int
Property Value
The number of pending changes to be applied to a table during the synchronization session.
See Also
Reference
DbSyncTableProgress Class
DbSyncTableProgress Members
Microsoft.Synchronization.Data Namespace