共用方式為


ClockVectorElement 類別

表示知識結構的時鐘向量元素。這個類別無法被繼承。

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

語法

'宣告
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="clockVectorElement")> _
Public NotInheritable Class ClockVectorElement
    Implements IClockVectorElement, IXmlSerializable
'用途
Dim instance As ClockVectorElement
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="clockVectorElement")] 
public sealed class ClockVectorElement : IClockVectorElement, IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"clockVectorElement")] 
public ref class ClockVectorElement sealed : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="clockVectorElement") */ 
public final class ClockVectorElement implements IClockVectorElement, IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="clockVectorElement") 
public final class ClockVectorElement implements IClockVectorElement, IXmlSerializable

備註

時鐘向量的時鐘向量元素表示知識結構內所包含的變更。如果變更的滴答計數在 0 以及追蹤該複寫之 ClockVectorElement 內所包含的滴答計數之間,則特定複寫所做的變更會定義為包含在知識內。

IXmlSerializable 的成員會明確實作。存取它們的程式碼必須先將 ClockVectorElement 物件轉型為 IXmlSerializable 介面,其方式是使用轉型運算子或 as 關鍵字。

繼承階層

System.Object
  Microsoft.Synchronization.ClockVectorElement

執行緒安全性

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

請參閱

參考

ClockVectorElement 成員
Microsoft.Synchronization 命名空間