Context Propiedad
Nota: esta API 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
Get
'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 ();
}
[<ObsoleteAttribute("The Context property no longer applies to DbSelectingChangesEventArgs. For progress information use the DbSyncContext property off of DbChangesSelectedEventArgs.")>]
member Context : DbSyncContext
function get Context () : DbSyncContext
Valor de la propiedad
Tipo: Microsoft.Synchronization.Data. . :: . .DbSyncContext
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