FullEnumerationChangeBatch.DestinationVersionEnumerationRangeUpperBound 属性

获取需要目标版本的项 ID 的封闭上限。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public ReadOnly Property DestinationVersionEnumerationRangeUpperBound As SyncId
用法
Dim instance As FullEnumerationChangeBatch
Dim value As SyncId

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

属性值

需要目标版本的项 ID 的封闭上限。

备注

当目标提供程序处理此变更批时,必须提供其项 ID 位于 DestinationVersionEnumerationRangeLowerBoundDestinationVersionEnumerationRangeUpperBound 之间(包含)的所有项的版本信息。

请参阅

参考

FullEnumerationChangeBatch 类
FullEnumerationChangeBatch 成员
Microsoft.Synchronization 命名空间