Changes 属性

注意:此 API 现已过时。

获取包含在同步组中所有表中要应用的数据行的 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
    Get
用法
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 ();
}
[<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.DataSet property instead to access the DataSet.")>]
member Changes : DataSet
function get Changes () : DataSet

属性值

类型:System.Data. . :: . .DataSet
包含要应用于对等数据库的数据行的 DataSet 对象。

请参阅

参考

DbApplyingChangesEventArgs类

DbApplyingChangesEventArgs 成员

Microsoft.Synchronization.Data 命名空间