取得同步處理工作階段期間套用到資料表之暫止的變更數目。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
Public ReadOnly Property ChangesPending As Integer
'用途
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.ChangesPending
public int ChangesPending { get; }
public:
property int ChangesPending {
int get ();
}
/** @property */
public int get_ChangesPending ()
public function get ChangesPending () : int
屬性值
同步處理工作階段期間套用到資料表之暫止的變更數目。
請參閱
參考
DbSyncTableProgress 類別
DbSyncTableProgress 成員
Microsoft.Synchronization.Data 命名空間