取得同步處理工作階段期間要套用的插入總數。
命名空間: 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 命名空間