DbSelectingChangesEventArgs.Context 属性

注意:此属性现已过时。

获取一个 DbSyncContext 对象,其中包含同步会话的数据变更、定位点值和其他元数据。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
<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
用法
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

属性值

包含同步会话的数据变更、定位点值和其他元数据的 DbSyncContext 对象。

请参阅

参考

DbSelectingChangesEventArgs 类
DbSelectingChangesEventArgs 成员
Microsoft.Synchronization.Data 命名空间