TableID property

Returns the database index of the table currently being synchronized.

Syntax
Visual Basic

Public Readonly Property TableID As Integer
C#

public int TableID  { get;}
Property value

The database index, in the range from 1 to ULDatabaseSchema.TableCount

See also