TotalInserts 属性
获取在同步会话期间要应用的插入的总数目。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public ReadOnly Property TotalInserts As Integer
Get
用法
Dim instance As SyncGroupProgress
Dim value As Integer
value = instance.TotalInserts
public int TotalInserts { get; }
public:
property int TotalInserts {
int get ();
}
member TotalInserts : int
function get TotalInserts () : int
属性值
类型:System. . :: . .Int32
要应用的插入的数目。