Inserts 屬性
取得或設定同步處理工作階段期間套用到資料表的插入數目。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 Microsoft.Synchronization.Data.dll 中)
語法
'宣告
Public Property Inserts As Integer
Get
Set
'用途
Dim instance As SyncTableProgress
Dim value As Integer
value = instance.Inserts
instance.Inserts = value
public int Inserts { get; set; }
public:
property int Inserts {
int get ();
void set (int value);
}
member Inserts : int with get, set
function get Inserts () : int
function set Inserts (value : int)
屬性值
型別:System. . :: . .Int32
同步處理工作階段期間套用到資料表的插入數目。