共用方式為


FullEnumerationChangeBatch.DestinationVersionEnumerationRangeLowerBound 屬性

取得需要目的地版本之項目識別碼的封閉下限。

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

語法

'宣告
Public ReadOnly Property DestinationVersionEnumerationRangeLowerBound As SyncId
'用途
Dim instance As FullEnumerationChangeBatch
Dim value As SyncId

value = instance.DestinationVersionEnumerationRangeLowerBound
public SyncId DestinationVersionEnumerationRangeLowerBound { get; }
public:
property SyncId^ DestinationVersionEnumerationRangeLowerBound {
    SyncId^ get ();
}
/** @property */
public SyncId get_DestinationVersionEnumerationRangeLowerBound ()
public function get DestinationVersionEnumerationRangeLowerBound () : SyncId

屬性值

需要目的地版本之項目識別碼的封閉下限。

備註

當目的地提供者處理這個變更批次時,它必須針對項目識別碼落在 DestinationVersionEnumerationRangeLowerBoundDestinationVersionEnumerationRangeUpperBound 之間 (含這兩個值) 的所有項目提供版本資訊。

請參閱

參考

FullEnumerationChangeBatch 類別
FullEnumerationChangeBatch 成員
Microsoft.Synchronization 命名空間