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
同步處理工作階段期間套用到資料表的更新數目。