次の方法で共有


TotalInserts プロパティ

同期セッション中に適用される挿入の総数を取得します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public ReadOnly Property TotalInserts As Integer
    Get
'使用
Dim instance As DbSyncScopeProgress
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
適用される挿入の数。

参照

参照

DbSyncScopeProgressクラス

DbSyncScopeProgress メンバー

Microsoft.Synchronization.Data 名前空間