Freigeben über


DbSyncContext.IsPeerOutdated-Eigenschaft

Ruft ab oder legt fest, ob ein Peer veraltet ist. Dies würde bedeuten, dass der Peer nicht genügend Metadaten zur ordnungsgemäßen Synchronisierung enthält.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property IsPeerOutdated As Boolean
'Usage
Dim instance As DbSyncContext
Dim value As Boolean

value = instance.IsPeerOutdated

instance.IsPeerOutdated = value
public bool IsPeerOutdated { get; set; }
public:
property bool IsPeerOutdated {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsPeerOutdated ()

/** @property */
public void set_IsPeerOutdated (boolean value)
public function get IsPeerOutdated () : boolean

public function set IsPeerOutdated (value : boolean)

Eigenschaftenwert

true, wenn der Peer veraltet ist; andernfalls false.

Siehe auch

Verweis

DbSyncContext-Klasse
DbSyncContext-Member
Microsoft.Synchronization.Data-Namespace