SyncStatistics.DownloadChangesFailed 屬性
取得或設定從伺服器下載且無法套用到用戶端的變更數目。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
Public Property DownloadChangesFailed As Integer
'用途
Dim instance As SyncStatistics
Dim value As Integer
value = instance.DownloadChangesFailed
instance.DownloadChangesFailed = value
public int DownloadChangesFailed { get; set; }
public:
property int DownloadChangesFailed {
int get ();
void set (int value);
}
/** @property */
public int get_DownloadChangesFailed ()
/** @property */
public void set_DownloadChangesFailed (int value)
public function get DownloadChangesFailed () : int
public function set DownloadChangesFailed (value : int)
屬性值
從伺服器下載且無法套用到用戶端的變更數目。
範例
如需可示範如何使用 SyncStatistics 物件的範例,請參閱使用者入門:用戶端與伺服器同步處理。
請參閱
參考
SyncStatistics 類別
SyncStatistics 成員
Microsoft.Synchronization.Data 命名空間