DestinationVersionEnumerationRangeUpperBound 属性

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

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

语法

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

value = instance.DestinationVersionEnumerationRangeUpperBound
public SyncId DestinationVersionEnumerationRangeUpperBound { get; }
public:
property SyncId^ DestinationVersionEnumerationRangeUpperBound {
    SyncId^ get ();
}
member DestinationVersionEnumerationRangeUpperBound : SyncId
function get DestinationVersionEnumerationRangeUpperBound () : SyncId

属性值

类型:Microsoft.Synchronization. . :: . .SyncId
需要目标版本的项 ID 的封闭上限。

异常

异常 条件
ObjectDisposedException

FullEnumerationChangeBatch 对象已释放。

注释

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

请参阅

参考

FullEnumerationChangeBatch类

FullEnumerationChangeBatch 成员

Microsoft.Synchronization 命名空间