DbSyncScopeProgress.Changes Property

Gets the DataSet object that contains the changes that are to be synchronized.

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

Syntax

'Declaration
Public Property Changes As DataSet
    Get
    Friend Set
'Usage
Dim instance As DbSyncScopeProgress
Dim value As DataSet

value = instance.Changes
public DataSet Changes { get; internal set; }
public:
property DataSet^ Changes {
    DataSet^ get ();
    internal: void set (DataSet^ value);
}
member Changes : DataSet with get, internal set
function get Changes () : DataSet
internal function set Changes (value : DataSet)

Property Value

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

See Also

Reference

DbSyncScopeProgress Class

Microsoft.Synchronization.Data Namespace