ForgottenKnowledge 클래스
삭제 표식 정리 때문에 잊어버린 정보를 나타냅니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
<SerializableAttribute> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="forgottenKnowledge")> _
Public Class ForgottenKnowledge
Inherits SyncKnowledge
Implements ISerializable
‘사용 방법
Dim instance As ForgottenKnowledge
[SerializableAttribute]
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="forgottenKnowledge")]
public class ForgottenKnowledge : SyncKnowledge, ISerializable
[SerializableAttribute]
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"forgottenKnowledge")]
public ref class ForgottenKnowledge : public SyncKnowledge, ISerializable
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="forgottenKnowledge") */
public class ForgottenKnowledge extends SyncKnowledge implements ISerializable
SerializableAttribute
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="forgottenKnowledge")
public class ForgottenKnowledge extends SyncKnowledge implements ISerializable
주의
잊어버린 정보는 정리된 삭제 표식의 최대 버전을 추적합니다. 항목 저장소에서 항목이 삭제되면 해당 항목에 대한 메타데이터는 유지되지만 항목이 삭제된 것으로 표시됩니다. 삭제된 항목에 대한 메타데이터를 삭제 표식이라고 합니다. 삭제 표식은 주기적으로 삭제되어야 합니다. 그렇지 않으면 항목 저장소에서 너무 많은 공간을 차지하게 됩니다. 메타데이터에서 삭제 표식이 제거되면 제거된 삭제 표시의 버전을 포함하도록 잊어버린 정보가 업데이트되어야 합니다. 잊어버린 정보는 메타데이터가 제거된 항목을 여유 있게 예측한 것입니다. 따라서 잊어버린 정보에는 메타데이터에 정보가 들어 있는 항목도 포함될 수 있습니다.
Sync Framework는 잊어버린 정보를 사용하여 더 이상 사용되지 않는 동기화 대상을 검색합니다. 자세한 내용은 삭제 표식 관리 및 오래된 복제본 복구를 참조하십시오.
상속 계층 구조
System.Object
Microsoft.Synchronization.SyncKnowledge
Microsoft.Synchronization.ForgottenKnowledge
스레드로부터의 안전성
이 유형의 모든 public static(Visual Basic의 경우 Shared ) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.