DbSyncTableProgress Constructor (String)

Initializes a new instance of the DbSyncTableProgress class by using a table name parameter.

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

public:
DbSyncTableProgress(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the table.
Show: