DbSyncScopeProgress.TotalUpdates 属性
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public ReadOnly Property TotalUpdates As Integer
用法
Dim instance As DbSyncScopeProgress
Dim value As Integer
value = instance.TotalUpdates
public int TotalUpdates { get; }
public:
property int TotalUpdates {
int get ();
}
/** @property */
public int get_TotalUpdates ()
public function get TotalUpdates () : int
属性值
要应用的更新的数目。
请参阅
参考
DbSyncScopeProgress 类
DbSyncScopeProgress 成员
Microsoft.Synchronization.Data 命名空间