DbSyncScopeProgress::FindTableProgress Method
Returns a DbSyncTableProgress object that contains synchronization progress statistics for a table.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- tableName
- Type: System::String
The name of the table for which to get a DbSyncTableProgress object.
Return Value
Type: Microsoft.Synchronization.Data::DbSyncTableProgressA DbSyncTableProgress object that contains synchronization progress statistics for a table.
| Exception | Condition |
|---|---|
| ArgumentNullException | tableName is a nullptr. |
Show: