다음을 통해 공유


DbSyncContext.MadeWithKnowledge 속성

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

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

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Property MadeWithKnowledge As SyncKnowledge
‘사용 방법
Dim instance As DbSyncContext
Dim value As SyncKnowledge

value = instance.MadeWithKnowledge

instance.MadeWithKnowledge = value
[CLSCompliantAttribute(false)] 
public SyncKnowledge MadeWithKnowledge { get; set; }
[CLSCompliantAttribute(false)] 
public:
property SyncKnowledge^ MadeWithKnowledge {
    SyncKnowledge^ get ();
    void set (SyncKnowledge^ value);
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()

/** @property */
public void set_MadeWithKnowledge (SyncKnowledge value)
public function get MadeWithKnowledge () : SyncKnowledge

public function set MadeWithKnowledge (value : SyncKnowledge)

속성 값

피어 데이터베이스에서 변경 내용 집합이 선택되었을 때 피어에 있었던 정보가 포함된 SyncKnowledge 개체입니다.

주의

일괄 처리를 사용하는 경우 기본 정보는 동기화 세션의 모든 일괄 처리에 동일합니다.

참고 항목

참조

DbSyncContext 클래스
DbSyncContext 멤버
Microsoft.Synchronization.Data 네임스페이스