MadeWithForgottenKnowledge プロパティ

ピア データベースから一連の変更が選択されたときにピアに含まれていた、忘れられたナレッジを格納する SyncKnowledge オブジェクトを取得または設定します。

この API は、CLS に準拠していません。 

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
<CLSCompliantAttribute(False)> _
Public Property MadeWithForgottenKnowledge As ForgottenKnowledge
    Get
    Set
'使用
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);
}
[<CLSCompliantAttribute(false)>]
member MadeWithForgottenKnowledge : ForgottenKnowledge with get, set
function get MadeWithForgottenKnowledge () : ForgottenKnowledge
function set MadeWithForgottenKnowledge (value : ForgottenKnowledge)

プロパティ値

型 : Microsoft.Synchronization. . :: . .ForgottenKnowledge
ピア データベースから一連の変更が選択されたときにピアに含まれていた、忘れられたナレッジを格納する SyncKnowledge オブジェクト。

説明

バッチ処理が有効である場合、関連付けられる忘れられたナレッジは同期セッションのすべてのバッチで同じになります。

参照

参照

DbSyncContextクラス

DbSyncContext メンバー

Microsoft.Synchronization.Data 名前空間