Share via


FullEnumerationChangeBatch 构造函数 (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge, SyncId)

初始化 FullEnumerationChangeBatch 类的一个新实例,该实例包含特定 ID 格式架构、来自目标提供程序的知识、来自源提供程序的遗忘知识和要枚举的项 ID 范围的封闭下限。

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

语法

声明
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    destinationKnowledge As SyncKnowledge, _
    sourceForgottenKnowledge As ForgottenKnowledge, _
    fullEnumerationLowerBound As SyncId _
)
用法
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId

Dim instance As New FullEnumerationChangeBatch(idFormats, destinationKnowledge, sourceForgottenKnowledge, fullEnumerationLowerBound)
public FullEnumerationChangeBatch (
    SyncIdFormatGroup idFormats,
    SyncKnowledge destinationKnowledge,
    ForgottenKnowledge sourceForgottenKnowledge,
    SyncId fullEnumerationLowerBound
)
public:
FullEnumerationChangeBatch (
    SyncIdFormatGroup^ idFormats, 
    SyncKnowledge^ destinationKnowledge, 
    ForgottenKnowledge^ sourceForgottenKnowledge, 
    SyncId^ fullEnumerationLowerBound
)
public FullEnumerationChangeBatch (
    SyncIdFormatGroup idFormats, 
    SyncKnowledge destinationKnowledge, 
    ForgottenKnowledge sourceForgottenKnowledge, 
    SyncId fullEnumerationLowerBound
)
public function FullEnumerationChangeBatch (
    idFormats : SyncIdFormatGroup, 
    destinationKnowledge : SyncKnowledge, 
    sourceForgottenKnowledge : ForgottenKnowledge, 
    fullEnumerationLowerBound : SyncId
)

参数

  • idFormats
    提供程序的 ID 格式架构。
  • destinationKnowledge
    来自目标提供程序的知识。
  • sourceForgottenKnowledge
    源提供程序的遗忘知识。
  • fullEnumerationLowerBound
    要枚举的项 ID 的范围的封闭下限。该下限与 Sync Framework 传递给 GetFullEnumerationChangeBatch 的下限相同。

请参阅

参考

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