Freigeben über


DbSelectingChangesEventArgs.Context-Eigenschaft

HINWEIS: Diese Eigenschaft ist mittlerweile veraltet.

Ruft ein DbSyncContext-Objekt ab, das Datenänderungen, Ankerwerte und andere Metadaten für eine Synchronisierungssitzung enthält.

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

Syntax

'Declaration
<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
'Usage
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

Eigenschaftenwert

Ein DbSyncContext-Objekt, das Datenänderungen, Ankerwerte und andere Metadaten für eine Synchronisierungssitzung enthält.

Siehe auch

Verweis

DbSelectingChangesEventArgs-Klasse
DbSelectingChangesEventArgs-Member
Microsoft.Synchronization.Data-Namespace