共用方式為


INotifyingChangeApplierTarget.TryGetDestinationVersion 方法

取得儲存在目的地複寫中之項目的版本。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Function TryGetDestinationVersion ( _
    sourceChange As ItemChange, _
    <OutAttribute> ByRef destinationVersion As ItemChange _
) As Boolean
'用途
Dim instance As INotifyingChangeApplierTarget
Dim sourceChange As ItemChange
Dim destinationVersion As ItemChange
Dim returnValue As Boolean

returnValue = instance.TryGetDestinationVersion(sourceChange, destinationVersion)
bool TryGetDestinationVersion (
    ItemChange sourceChange,
    out ItemChange destinationVersion
)
bool TryGetDestinationVersion (
    ItemChange^ sourceChange, 
    [OutAttribute] ItemChange^% destinationVersion
)
boolean TryGetDestinationVersion (
    ItemChange sourceChange, 
    /** @attribute OutAttribute() */ /** @ref */ ItemChange destinationVersion
)
JScript does not support passing value-type arguments by reference.

參數

  • sourceChange
    來源提供者所傳送的項目變更。
  • destinationVersion
    傳回包含目的地複寫中之項目版本的項目變更。

傳回值

如果在目的地複寫中找到此項目則為 true,否則為 false

備註

當目的地版本沒有傳遞給 ApplyChanges 方法時,NotifyingChangeApplier 就會呼叫這個方法。系統會針對傳送至變更套用者之變更批次中的每個變更呼叫 TryGetDestinationVersion 一次。

請參閱

參考

INotifyingChangeApplierTarget 介面
INotifyingChangeApplierTarget 成員
Microsoft.Synchronization 命名空間