DbSyncScopeProgress.Changes 属性
获取包含要同步的变更的 DataSet 对象。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<XmlIgnoreAttribute> _
Public ReadOnly Property Changes As DataSet
用法
Dim instance As DbSyncScopeProgress
Dim value As DataSet
value = instance.Changes
[XmlIgnoreAttribute]
public DataSet Changes { get; }
[XmlIgnoreAttribute]
public:
property DataSet^ Changes {
DataSet^ get ();
}
/** @property */
public DataSet get_Changes ()
public function get Changes () : DataSet
属性值
包含要同步的变更的 DataSet 对象。
请参阅
参考
DbSyncScopeProgress 类
DbSyncScopeProgress 成员
Microsoft.Synchronization.Data 命名空间