DbOutdatedSyncException.MissingCleanupKnowledge 속성
피어에 없는 정리 정보에 대한 메타데이터가 포함된 ForgottenKnowledge 개체를 가져오거나 설정합니다.
이 속성은 CLS와 호환되지 않습니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
<CLSCompliantAttribute(False)> _
Public Property MissingCleanupKnowledge As ForgottenKnowledge
‘사용 방법
Dim instance As DbOutdatedSyncException
Dim value As ForgottenKnowledge
value = instance.MissingCleanupKnowledge
instance.MissingCleanupKnowledge = value
[CLSCompliantAttribute(false)]
public ForgottenKnowledge MissingCleanupKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property ForgottenKnowledge^ MissingCleanupKnowledge {
ForgottenKnowledge^ get ();
void set (ForgottenKnowledge^ value);
}
/** @property */
public ForgottenKnowledge get_MissingCleanupKnowledge ()
/** @property */
public void set_MissingCleanupKnowledge (ForgottenKnowledge value)
public function get MissingCleanupKnowledge () : ForgottenKnowledge
public function set MissingCleanupKnowledge (value : ForgottenKnowledge)
속성 값
피어에 없는 정리 정보에 대한 메타데이터가 포함된 ForgottenKnowledge 개체입니다.
참고 항목
참조
DbOutdatedSyncException 클래스
DbOutdatedSyncException 멤버
Microsoft.Synchronization.Data 네임스페이스