Freigeben über


DbApplyingChangesEventArgs.Context-Eigenschaft

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
Public ReadOnly Property Context As DbSyncContext
'Usage
Dim instance As DbApplyingChangesEventArgs
Dim value As DbSyncContext

value = instance.Context
public DbSyncContext Context { get; }
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

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