Condividi tramite


Proprietà DbApplyingChangesEventArgs.Changes

NOTA: questa proprietà è obsoleta.

Ottiene un oggetto DataSet contenente le righe di dati da applicare a tutte le tabelle del gruppo di sincronizzazione.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

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

Valore proprietà

Oggetto DataSet contenente le righe di dati da applicare al database peer.

Vedere anche

Riferimento

Classe DbApplyingChangesEventArgs
Membri DbApplyingChangesEventArgs
Spazio dei nomi Microsoft.Synchronization.Data