Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 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
Property Value
Type: System.Int32
The number of pending changes to be applied to a table during the synchronization session.