共用方式為


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
要套用的插入數目。

請參閱

參考

SyncGroupProgress類別

SyncGroupProgress 成員

Microsoft.Synchronization.Data 命名空間