Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a SyncTableProgress object that contains synchronization progress statistics for a table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Function FindTableProgress ( _
    tableName As String _
) As SyncTableProgress
public SyncTableProgress FindTableProgress (
    string tableName
)
public:
SyncTableProgress^ FindTableProgress (
    String^ tableName
)
public SyncTableProgress FindTableProgress (
    String tableName
)
public function FindTableProgress (
    tableName : String
) : SyncTableProgress
Parameters
- tableName
The name of the table for which to get a SyncTableProgress object. 
Return Value
A SyncTableProgress object that contains synchronization progress statistics for a table.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncGroupProgress Class
SyncGroupProgress Members
Microsoft.Synchronization.Data Namespace