DbSyncScopeProgress Constructor (DataSet)

Initializes a new instance of the DbSyncScopeProgress class by using a data set parameter.

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

public:
DbSyncScopeProgress(
	DataSet^ dataSet
)

Parameters

dataSet
Type: System.Data::DataSet
A DataSet object that contains the changes that are to be synchronized.
Show: