Condividi tramite


Proprietà DbSelectingChangesEventArgs.Context

NOTA: questa proprietà è obsoleta.

Ottiene un oggetto DbSyncContext contenente modifiche ai dati, valori di ancoraggio e altri metadati relativi a una sessione di sincronizzazione.

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

Sintassi

'Dichiarazione
<ObsoleteAttribute("The Context property no longer applies to DbSelectingChangesEventArgs. For progress information use the DbSyncContext property off of DbChangesSelectedEventArgs.")> _
Public ReadOnly Property Context As DbSyncContext
'Utilizzo
Dim instance As DbSelectingChangesEventArgs
Dim value As DbSyncContext

value = instance.Context
[ObsoleteAttribute("The Context property no longer applies to DbSelectingChangesEventArgs. For progress information use the DbSyncContext property off of DbChangesSelectedEventArgs.")] 
public DbSyncContext Context { get; }
[ObsoleteAttribute(L"The Context property no longer applies to DbSelectingChangesEventArgs. For progress information use the DbSyncContext property off of DbChangesSelectedEventArgs.")] 
public:
property DbSyncContext^ Context {
    DbSyncContext^ get ();
}
/** @property */
public DbSyncContext get_Context ()
public function get Context () : DbSyncContext

Valore proprietà

Oggetto DbSyncContext contenente modifiche ai dati, valori di ancoraggio e altri metadati relativi a una sessione di sincronizzazione.

Vedere anche

Riferimento

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