Compartir a través de


DbSelectingChangesEventArgs.Context Propiedad

NOTA: esta propiedad ya está obsoleta.

Obtiene un objeto DbSyncContext que contiene cambios de datos, valores de delimitador y otros metadatos correspondientes a una sesión de sincronización.

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
<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 de la propiedad

Objeto DbSyncContext que contiene cambios de datos, valores de delimitador y otros metadatos correspondientes a una sesión de sincronización.

Vea también

Referencia

DbSelectingChangesEventArgs Clase
DbSelectingChangesEventArgs Miembros
Microsoft.Synchronization.Data Espacio de nombres