다음을 통해 공유


DbSyncContext.MadeWithForgottenKnowledge 속성

피어 데이터베이스에서 변경 내용 집합이 선택되었을 때 피어에 있었던 잊어버린 정보가 포함된 SyncKnowledge 개체를 가져오거나 설정합니다.

이 속성은 CLS와 호환되지 않습니다.  

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
<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 네임스페이스