共用方式為


DbApplyingChangesEventArgs.Changes 屬性

注意:此屬性現在已過時。

取得 DataSet 物件,此物件包含要針對同步處理群組內所有資料表所套用的資料列。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")> _
Public ReadOnly Property Changes As DataSet
'用途
Dim instance As DbApplyingChangesEventArgs
Dim value As DataSet

value = instance.Changes
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")] 
public DataSet Changes { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")] 
public:
property DataSet^ Changes {
    DataSet^ get ();
}
/** @property */
public DataSet get_Changes ()
public function get Changes () : DataSet

屬性值

包含要套用到對等資料庫之資料列的 DataSet 物件。

請參閱

參考

DbApplyingChangesEventArgs 類別
DbApplyingChangesEventArgs 成員
Microsoft.Synchronization.Data 命名空間