SyncTableProgress.Deletes 属性

获取或设置在同步会话期间应用到表中的删除的次数。

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

语法

声明
Public Property Deletes As Integer
用法
Dim instance As SyncTableProgress
Dim value As Integer

value = instance.Deletes

instance.Deletes = value
public int Deletes { get; set; }
public:
property int Deletes {
    int get ();
    void set (int value);
}
/** @property */
public int get_Deletes ()

/** @property */
public void set_Deletes (int value)
public function get Deletes () : int

public function set Deletes (value : int)

属性值

在同步会话期间应用到表中的删除的次数。

请参阅

参考

SyncTableProgress 类
SyncTableProgress 成员
Microsoft.Synchronization.Data 命名空间