Freigeben über


DbOutdatedSyncAction-Enumeration

Definiert die Optionen zum Verarbeiten einer Synchronisierungsanforderung von einem Peer, der über veraltete Metadaten verfügt.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Enumeration DbOutdatedSyncAction
'Usage
Dim instance As DbOutdatedSyncAction
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public enum DbOutdatedSyncAction
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public enum class DbOutdatedSyncAction
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public enum DbOutdatedSyncAction
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public enum DbOutdatedSyncAction

Member

  Membername Beschreibung
AbortSync Synchronisierungsanforderung ablehnen. 
PartialSync Synchronisierung fortsetzen, aber alle Probleme in die Metadaten schreiben. 

Siehe auch

Verweis

Microsoft.Synchronization.Data-Namespace