Freigeben über


DbApplyingChangesEventArgs.Changes-Eigenschaft

HINWEIS: Diese Eigenschaft ist mittlerweile veraltet.

Ruft ein DataSet-Objekt ab, das die Datenzeilen enthält, die für alle Tabellen in der Synchronisierungsgruppe übernommen werden sollen.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")> _
Public ReadOnly Property Changes As DataSet
'Usage
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

Eigenschaftenwert

Ein DataSet-Objekt, das die Datenzeilen enthält, die für die Peerdatenbank übernommen werden sollen.

Siehe auch

Verweis

DbApplyingChangesEventArgs-Klasse
DbApplyingChangesEventArgs-Member
Microsoft.Synchronization.Data-Namespace