IsPeerOutdated 属性

获取或设置对等方是否过时,过时意味着对等方没有足够的元数据来正确完成同步。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Property IsPeerOutdated As Boolean
    Get
    Set
用法
Dim instance As DbSyncContext
Dim value As Boolean

value = instance.IsPeerOutdated

instance.IsPeerOutdated = value
public bool IsPeerOutdated { get; set; }
public:
property bool IsPeerOutdated {
    bool get ();
    void set (bool value);
}
member IsPeerOutdated : bool with get, set
function get IsPeerOutdated () : boolean
function set IsPeerOutdated (value : boolean)

属性值

类型:System. . :: . .Boolean
如果对等方过时,则为 true;否则为 false。

请参阅

参考

DbSyncContext类

DbSyncContext 成员

Microsoft.Synchronization.Data 命名空间