다음을 통해 공유


ChangeBatchBase.SetFilterForgottenKnowledge 메서드

지정된 필터에 대해 필터 잊어버린 정보를 설정합니다.

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

구문

‘선언
Public Sub SetFilterForgottenKnowledge ( _
    filterKey As UInteger, _
    filterForgottenKnowledge As SyncKnowledge _
)
‘사용 방법
Dim instance As ChangeBatchBase
Dim filterKey As UInteger
Dim filterForgottenKnowledge As SyncKnowledge

instance.SetFilterForgottenKnowledge(filterKey, filterForgottenKnowledge)
public void SetFilterForgottenKnowledge (
    uint filterKey,
    SyncKnowledge filterForgottenKnowledge
)
public:
void SetFilterForgottenKnowledge (
    unsigned int filterKey, 
    SyncKnowledge^ filterForgottenKnowledge
)
public void SetFilterForgottenKnowledge (
    UInt32 filterKey, 
    SyncKnowledge filterForgottenKnowledge
)
public function SetFilterForgottenKnowledge (
    filterKey : uint, 
    filterForgottenKnowledge : SyncKnowledge
)

매개 변수

  • filterKey
    filterForgottenKnowledge가 관련된 필터의 필터 키입니다.
  • filterForgottenKnowledge
    filterKey로 식별되는 필터의 필터 잊어버린 정보입니다.

예외

예외 형식 조건

ArgumentException

변경 내용 일괄 처리에 필터 키 맵이 포함되어 있지 않거나 filterKey가 잘못된 값입니다.

SyncInvalidOperationException

그룹이 변경 내용 일괄 처리에서 시작되지 않았습니다. 이 예외는 필터 잊어버린 정보가 filterKey로 지정된 필터에 대해 이미 설정된 경우에도 발생합니다.

주의

필터 잊어버린 정보는 현재 열려 있는 그룹에 적용됩니다.

참고 항목

참조

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