IClockVectorElement.ReplicaKey 属性

在派生类中重写时,获取或设置由此时钟向量元素跟踪的副本的副本键。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Property ReplicaKey As UInteger
用法
Dim instance As IClockVectorElement
Dim value As UInteger

value = instance.ReplicaKey

instance.ReplicaKey = value
uint ReplicaKey { get; set; }
property unsigned int ReplicaKey {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
UInt32 get_ReplicaKey ()

/** @property */
void set_ReplicaKey (UInt32 value)
function get ReplicaKey () : uint

function set ReplicaKey (value : uint)

属性值

由此时钟向量元素跟踪的副本的副本键。

请参阅

参考

IClockVectorElement 接口
IClockVectorElement 成员
Microsoft.Synchronization 命名空间