共用方式為


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
[<SealedAttribute>]
[<SerializableAttribute>]
type ChangeBatch =  
    class
        inherit ChangeBatchBase
        interface ISerializable
    end
public final class ChangeBatch extends ChangeBatchBase implements ISerializable

備註

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

繼承階層

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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。

請參閱

參考

ChangeBatch 成員

Microsoft.Synchronization 命名空間