共用方式為


ChangeBatch 類別

表示一組變更的中繼資料 (Metadata)。這個類別 (Class) 無法被繼承。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
<SerializableAttribute> _
Public NotInheritable Class ChangeBatch
    Inherits ChangeBatchBase
    Implements ISerializable
'用途
Dim instance As ChangeBatch
[SerializableAttribute] 
public sealed class ChangeBatch : ChangeBatchBase, ISerializable
[SerializableAttribute] 
public ref class ChangeBatch sealed : public ChangeBatchBase, ISerializable
/** @attribute SerializableAttribute() */ 
public final class ChangeBatch extends ChangeBatchBase implements ISerializable
SerializableAttribute 
public final class ChangeBatch extends ChangeBatchBase implements ISerializable

備註

同步處理提供者 (Provider) 會使用變更批次,將項目變更的中繼資料從來源提供者傳達至目的地提供者。來源提供者會列舉變更並將指定的變更數目加入至變更批次。然後,此變更批次就會傳送至目的地提供者。目的地提供者會列舉變更批次中的變更並將這些變更套用至其項目存放區。

繼承階層

System.Object
   Microsoft.Synchronization.ChangeBatchBase
    Microsoft.Synchronization.ChangeBatch

執行緒安全性

任何公用靜態 (共用 在 Visual Basic) 此型別的成員具備執行緒安全。不保證任何執行個體成員安全執行緒。

請參閱

參考

ChangeBatch 成員
Microsoft.Synchronization 命名空間