Count-Eigenschaft

Ruft die Anzahl von Replikatschlüssel- und ID-Paaren ab, die in der Replikatschlüsselzuordnung enthalten sind.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As ReplicaKeyMap
Dim value As Integer

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Eigenschaftenwert

Typ: System. . :: . .Int32
Die Anzahl von Replikatschlüssel- und ID-Paaren, die in der Replikatschlüsselzuordnung enthalten sind.

Siehe auch

Verweis

ReplicaKeyMap Klasse

ReplicaKeyMap-Member

Microsoft.Synchronization-Namespace