共用方式為


FullEnumerationChangeBatch 建構 (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge, SyncId, FilterInfo)

初始化 FullEnumerationChangeBatch 類別的新執行個體,這個執行個體包含指定的識別碼格式結構描述、目的地提供者的知識、來源提供者的被遺忘知識、要列舉之項目識別碼範圍的封閉下限,以及用於控制哪些變更要包含在變更批次中的篩選。

命名空間: 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
    提供者的識別碼格式結構描述。
  • destinationKnowledge
    目的地提供者的知識。
  • sourceForgottenKnowledge
    來源提供者的被遺忘知識。
  • fullEnumerationLowerBound
    要列舉之項目識別碼範圍的封閉下限。這個下限與 Sync Framework 傳遞給 GetFullEnumerationChangeBatch 的下限相同。
  • filterInfo
    用於控制哪些變更要包含在變更批次中的篩選。

請參閱

參考

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