Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 ReadOnly Property Changes As DataSet
Get
'Usage
Dim instance As SyncGroupProgress
Dim value As DataSet
value = instance.Changes
public DataSet Changes { get; }
public:
property DataSet^ Changes {
DataSet^ get ();
}
member Changes : DataSet
function get Changes () : DataSet
Property Value
Type: System.Data.DataSet
A DataSet object that contains the changes that are to be synchronized.