DownloadChangesFailed プロパティ

サーバーからダウンロードされた変更のうち、クライアントで適用できなかった変更の数を取得または設定します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Property DownloadChangesFailed As Integer
    Get
    Set
'使用
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);
}
member DownloadChangesFailed : int with get, set
function get DownloadChangesFailed () : int
function set DownloadChangesFailed (value : int)

プロパティ値

型 : System. . :: . .Int32
サーバーからダウンロードされた変更のうち、クライアントで適用できなかった変更の数。

SyncStatistics オブジェクトの使用方法を示す例については、「はじめに : クライアントとサーバーの同期」を参照してください。

参照

参照

SyncStatisticsクラス

SyncStatistics メンバー

Microsoft.Synchronization.Data 名前空間