Partager via


Propriété DbApplyingChangesEventArgs.Changes

REMARQUE : cette propriété est désormais obsolète.

Obtient un objet DataSet qui contient les lignes de données à appliquer à toutes les tables dans le groupe de synchronisation.

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")> _
Public ReadOnly Property Changes As DataSet
'Utilisation
Dim instance As DbApplyingChangesEventArgs
Dim value As DataSet

value = instance.Changes
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")] 
public DataSet Changes { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")] 
public:
property DataSet^ Changes {
    DataSet^ get ();
}
/** @property */
public DataSet get_Changes ()
public function get Changes () : DataSet

Valeur de propriété

Objet DataSet qui contient les lignes de données à appliquer à la base de données d'homologues.

Voir aussi

Référence

Classe DbApplyingChangesEventArgs
Membres DbApplyingChangesEventArgs
Espace de noms Microsoft.Synchronization.Data