注意:此屬性現在已過時。
取得包含同步處理工作階段之資料變更、錨定值及其他中繼資料的 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 命名空間