DbOutdatedSyncException.MissingCleanupKnowledge 属性

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

此属性不符合 CLS。  

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

语法

声明
<CLSCompliantAttribute(False)> _
Public Property MissingCleanupKnowledge As ForgottenKnowledge
用法
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);
}
/** @property */
public ForgottenKnowledge get_MissingCleanupKnowledge ()

/** @property */
public void set_MissingCleanupKnowledge (ForgottenKnowledge value)
public function get MissingCleanupKnowledge () : ForgottenKnowledge

public function set MissingCleanupKnowledge (value : ForgottenKnowledge)

属性值

ForgottenKnowledge 对象,该对象包含有关对等方所缺少的清除知识的元数据。

请参阅

参考

DbOutdatedSyncException 类
DbOutdatedSyncException 成员
Microsoft.Synchronization.Data 命名空间