다음을 통해 공유


DbOutdatedSyncException.OutdatedPeerSyncKnowledge 속성

피어에 있는 오래된 정보에 대한 메타데이터가 포함된 SyncKnowledge 개체를 가져오거나 설정합니다.

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

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

구문

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

value = instance.OutdatedPeerSyncKnowledge

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

/** @property */
public void set_OutdatedPeerSyncKnowledge (SyncKnowledge value)
public function get OutdatedPeerSyncKnowledge () : SyncKnowledge

public function set OutdatedPeerSyncKnowledge (value : SyncKnowledge)

속성 값

피어에 있는 오래된 정보에 대한 메타데이터가 포함된 SyncKnowledge 개체입니다.

참고 항목

참조

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