Sdílet prostřednictvím


DbSelectingChangesEventArgs.Context Property

NOTE: This property is now obsolete.

Gets a DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.

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

Property Value

A DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.

See Also

Reference

DbSelectingChangesEventArgs Class
DbSelectingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace