ReplicaKey プロパティ

このクロック ベクター要素により追跡されるレプリカのレプリカ キーを取得または設定します。

名前空間:  Microsoft.Synchronization.FeedSync
アセンブリ:  Microsoft.Synchronization (Microsoft.Synchronization.dll 内)

構文

'宣言
Public Property ReplicaKey As UInteger
    Get
    Set
'使用
Dim instance As FeedClockVectorElement
Dim value As UInteger

value = instance.ReplicaKey

instance.ReplicaKey = value
public uint ReplicaKey { get; set; }
public:
virtual property unsigned int ReplicaKey {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
abstract ReplicaKey : uint32 with get, set
override ReplicaKey : uint32 with get, set
final function get ReplicaKey () : uint
final function set ReplicaKey (value : uint)

プロパティ値

型 : System. . :: . .UInt32
このクロック ベクター要素によって追跡されるレプリカのレプリカ キー。

実装

IClockVectorElement. . :: . .ReplicaKey

参照

参照

FeedClockVectorElementクラス

FeedClockVectorElement メンバー

Microsoft.Synchronization.FeedSync 名前空間