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