SaveChangeContext.GetUpdatedDestinationKnowledge 方法
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public Sub GetUpdatedDestinationKnowledge ( _
<OutAttribute> ByRef knowledge As SyncKnowledge, _
<OutAttribute> ByRef forgottenKnowledge As ForgottenKnowledge _
)
'用途
Dim instance As SaveChangeContext
Dim knowledge As SyncKnowledge
Dim forgottenKnowledge As ForgottenKnowledge
instance.GetUpdatedDestinationKnowledge(knowledge, forgottenKnowledge)
public void GetUpdatedDestinationKnowledge (
out SyncKnowledge knowledge,
out ForgottenKnowledge forgottenKnowledge
)
public:
void GetUpdatedDestinationKnowledge (
[OutAttribute] SyncKnowledge^% knowledge,
[OutAttribute] ForgottenKnowledge^% forgottenKnowledge
)
public void GetUpdatedDestinationKnowledge (
/** @attribute OutAttribute() */ /** @ref */ SyncKnowledge knowledge,
/** @attribute OutAttribute() */ /** @ref */ ForgottenKnowledge forgottenKnowledge
)
JScript does not support passing value-type arguments by reference.
參數
- knowledge
目的地的更新知識。
- forgottenKnowledge
目的地的更新被遺忘知識。
備註
這個方法所傳回的知識物件應該會直接取代目的地的現有知識物件。
在提供者呼叫這個方法之前,此提供者必須使用 RecordRecoverableErrorForItem 來報告任何可復原的錯誤。
這個方法只能針對每個變更呼叫一次。這個方法會針對第一次以外的任何呼叫擲回 InvalidOperationException。
請參閱
參考
SaveChangeContext 類別
SaveChangeContext 成員
Microsoft.Synchronization 命名空間