DbSyncScopeProgress.TotalChangesPending 属性
获取在同步会话期间挂起的变更的总数目。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public ReadOnly Property TotalChangesPending As Integer
用法
Dim instance As DbSyncScopeProgress
Dim value As Integer
value = instance.TotalChangesPending
public int TotalChangesPending { get; }
public:
property int TotalChangesPending {
int get ();
}
/** @property */
public int get_TotalChangesPending ()
public function get TotalChangesPending () : int
属性值
挂起的变更的数目。
请参阅
参考
DbSyncScopeProgress 类
DbSyncScopeProgress 成员
Microsoft.Synchronization.Data 命名空间