Returns the index of the table currently being synchronized (tables are numbered 1 to DatabaseSchema.TableCount).
Visual Basic
Public Readonly Property TableIndex As Integer
C#
public int TableIndex {get;}
The index of the table currently being synchronized. Tables are numbered 1 to TableCount property.