DbSyncTableProgress.ChangesPending Property

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
    Get
'Usage
Dim instance As DbSyncTableProgress
Dim value As Integer

value = instance.ChangesPending
public int ChangesPending { get; }
public:
property int ChangesPending {
    int get ();
}
member ChangesPending : int
function get ChangesPending () : int

Property Value

Type: System.Int32
The number of pending changes to be applied to a table during the synchronization session.

See Also

Reference

DbSyncTableProgress Class

Microsoft.Synchronization.Data Namespace