Updates 属性

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Property Updates As Integer
    Get
    Set
用法
Dim instance As SyncTableProgress
Dim value As Integer

value = instance.Updates

instance.Updates = value
public int Updates { get; set; }
public:
property int Updates {
    int get ();
    void set (int value);
}
member Updates : int with get, set
function get Updates () : int
function set Updates (value : int)

属性值

类型:System. . :: . .Int32
在同步会话期间应用到表中的更新的次数。

请参阅

参考

SyncTableProgress类

SyncTableProgress 成员

Microsoft.Synchronization.Data 命名空间