Partilhar via


Propriedade DbSelectingChangesEventArgs.Context

OBSERVAÇÃO: esta propriedade agora está obsoleta.

Obtém um objeto DbSyncContext que contém alterações de dados, valores de âncora e outros metadados para uma sessão de sincronização.

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

Sintaxe

'Declaração
<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
'Uso
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

Valor da propriedade

Um objeto DbSyncContext que contém alterações de dados, valores de âncora e outros metadados para uma sessão de sincronização.

Consulte também

Referência

Classe DbSelectingChangesEventArgs
Membros DbSelectingChangesEventArgs
Namespace Microsoft.Synchronization.Data