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 命名空间