Share via


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

初始化 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, _
    filterInfo As FilterInfo _
)
用法
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId
Dim filterInfo As FilterInfo

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

参数

  • idFormats
    提供程序的 ID 格式架构。
  • destinationKnowledge
    来自目标提供程序的知识。
  • sourceForgottenKnowledge
    源提供程序的遗忘知识。
  • fullEnumerationLowerBound
    要枚举的项 ID 的范围的封闭下限。该下限与 Sync Framework 传递给 GetFullEnumerationChangeBatch 的下限相同。
  • filterInfo
    用于控制将哪些变更包括到变更批中的筛选器。

请参阅

参考

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