共用方式為


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 命名空間