DbSyncScopeProgress.TotalInserts 属性

获取在同步会话期间要应用的插入的总数目。

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

语法

声明
Public ReadOnly Property TotalInserts As Integer
用法
Dim instance As DbSyncScopeProgress
Dim value As Integer

value = instance.TotalInserts
public int TotalInserts { get; }
public:
property int TotalInserts {
    int get ();
}
/** @property */
public int get_TotalInserts ()
public function get TotalInserts () : int

属性值

要应用的插入的数目。

请参阅

参考

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