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 命名空间