OutdatedPeerSyncKnowledge 属性

获取或设置 SyncKnowledge 对象,该对象包含有关对等方所具有的过时知识的元数据。

此 API 不符合 CLS。 

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

语法

声明
<CLSCompliantAttribute(False)> _
Public Property OutdatedPeerSyncKnowledge As SyncKnowledge
    Get
    Set
用法
Dim instance As DbOutdatedSyncException
Dim value As SyncKnowledge

value = instance.OutdatedPeerSyncKnowledge

instance.OutdatedPeerSyncKnowledge = value
[CLSCompliantAttribute(false)]
public SyncKnowledge OutdatedPeerSyncKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ OutdatedPeerSyncKnowledge {
    SyncKnowledge^ get ();
    void set (SyncKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member OutdatedPeerSyncKnowledge : SyncKnowledge with get, set
function get OutdatedPeerSyncKnowledge () : SyncKnowledge
function set OutdatedPeerSyncKnowledge (value : SyncKnowledge)

属性值

类型:Microsoft.Synchronization. . :: . .SyncKnowledge
SyncKnowledge 对象,其中包含对等数据库具有的过时知识的相关元数据。

请参阅

参考

DbOutdatedSyncException类

DbOutdatedSyncException 成员

Microsoft.Synchronization.Data 命名空间