MergeSynchronizationAgent.MetadataRetentionCleanup 속성

정의

메타데이터를 정리할지 여부를 가져오거나 설정합니다.

public:
 virtual property bool MetadataRetentionCleanup { bool get(); void set(bool value); };
public virtual bool MetadataRetentionCleanup { get; set; }
member this.MetadataRetentionCleanup : bool with get, set
Public Overridable Property MetadataRetentionCleanup As Boolean

속성 값

메타데이터를 정리하려면 True로 설정하고, 그렇지 않으면 false로 설정합니다.

구현

설명

속성의 기본값은 MetadataRetentionCleanup .입니다 true. 이는 병합 에이전트 게시 보존 기간에 따라 병합 메타데이터를 정리해야 했음을 나타냅니다. 값은 false 병합 에이전트 병합 메타데이터를 정리해서는 안 되었음을 나타냅니다. 메타데이터 정리에 대한 자세한 내용은 병합 복제 작동 방식을 참조하세요.

적용 대상