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
在同步会话期间应用到表中的插入的次数。