DbSyncContext.MadeWithForgottenKnowledge 属性

获取或设置一个 SyncKnowledge 对象,其中包含从对等数据库选择一组变更时,该对等数据库所具有的遗忘知识。

此属性不符合 CLS。  

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

语法

声明
<CLSCompliantAttribute(False)> _
Public Property MadeWithForgottenKnowledge As ForgottenKnowledge
用法
Dim instance As DbSyncContext
Dim value As ForgottenKnowledge

value = instance.MadeWithForgottenKnowledge

instance.MadeWithForgottenKnowledge = value
[CLSCompliantAttribute(false)] 
public ForgottenKnowledge MadeWithForgottenKnowledge { get; set; }
[CLSCompliantAttribute(false)] 
public:
property ForgottenKnowledge^ MadeWithForgottenKnowledge {
    ForgottenKnowledge^ get ();
    void set (ForgottenKnowledge^ value);
}
/** @property */
public ForgottenKnowledge get_MadeWithForgottenKnowledge ()

/** @property */
public void set_MadeWithForgottenKnowledge (ForgottenKnowledge value)
public function get MadeWithForgottenKnowledge () : ForgottenKnowledge

public function set MadeWithForgottenKnowledge (value : ForgottenKnowledge)

属性值

一个 SyncKnowledge 对象,其中包含从对等数据库选择一组变更时,该对等数据库所具有的遗忘知识。

备注

如果启用批处理,则在同步会话中,遗忘知识对于所有批是相同的。

请参阅

参考

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