MissingCleanupKnowledge 属性

获取或设置 ForgottenKnowledge 对象,该对象包含缺少对等数据库的清除知识的相关元数据。

此 API 不符合 CLS。 

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

语法

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

value = instance.MissingCleanupKnowledge

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

属性值

类型:Microsoft.Synchronization. . :: . .ForgottenKnowledge
ForgottenKnowledge 对象,该对象包含有关对等方所缺少的清除知识的元数据。

请参阅

参考

DbOutdatedSyncException类

DbOutdatedSyncException 成员

Microsoft.Synchronization.Data 命名空间