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 名前空間