DbSyncScopeProgress::FindTableProgress Method

Returns a DbSyncTableProgress object that contains synchronization progress statistics for a table.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
DbSyncTableProgress^ FindTableProgress(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the table for which to get a DbSyncTableProgress object.

Return Value

Type: Microsoft.Synchronization.Data::DbSyncTableProgress
A DbSyncTableProgress object that contains synchronization progress statistics for a table.

ExceptionCondition
ArgumentNullException

tableName is a nullptr.

Show: