변경 내용이 적용됨에 따라 업데이트된 대상 정보를 계산하는 데 사용되는 대상 정보를 설정합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Sub SetDestinationKnowledge ( _
destinationKnowledge As SyncKnowledge, _
destinationForgottenKnowledge As ForgottenKnowledge _
)
‘사용 방법
Dim instance As ChangeApplicationServices
Dim destinationKnowledge As SyncKnowledge
Dim destinationForgottenKnowledge As ForgottenKnowledge
instance.SetDestinationKnowledge(destinationKnowledge, destinationForgottenKnowledge)
public void SetDestinationKnowledge (
SyncKnowledge destinationKnowledge,
ForgottenKnowledge destinationForgottenKnowledge
)
public:
void SetDestinationKnowledge (
SyncKnowledge^ destinationKnowledge,
ForgottenKnowledge^ destinationForgottenKnowledge
)
public void SetDestinationKnowledge (
SyncKnowledge destinationKnowledge,
ForgottenKnowledge destinationForgottenKnowledge
)
public function SetDestinationKnowledge (
destinationKnowledge : SyncKnowledge,
destinationForgottenKnowledge : ForgottenKnowledge
)
매개 변수
- destinationKnowledge
현재 대상 정보입니다.
- destinationForgottenKnowledge
현재 대상 잊어버린 정보입니다. 이 값은 적용할 변경 내용이 복구 동기화의 일부가 아니면 null 참조(Visual Basic에서는 Nothing)일 수 있고, 그렇지 않으면 null 참조(Visual Basic에서는 Nothing)일 수 없습니다.
예외
| 예외 형식 | 조건 |
|---|---|
필수 매개 변수가 null 참조(Visual Basic에서는 Nothing)입니다. |
|
변경 내용 적용이 시작되지 않았거나 변경 내용이 현재 변경 내용 집합에 대해 이미 적용되었습니다. |
참고 항목
참조
ChangeApplicationServices 클래스
ChangeApplicationServices 멤버
Microsoft.Synchronization 네임스페이스