DbSyncScopeProgress.TotalChanges 属性

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

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

语法

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

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

属性值

要应用的变更的数目。

请参阅

参考

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