Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncProgressData class

 

SyncTableCount property

Returns the number of tables being synchronized.

Syntax
Visual Basic

Public Readonly Property SyncTableCount As Integer
C#

public int SyncTableCount  { get;}
Property value

The number of tables being synchronized. For each table there is a sending and receiving phase, so this number may be more than the number of tables being synchronized.

See also