Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft den DbConflictType-Enumerationswert ab, der den Typ des Synchronisierungskonflikts darstellt, oder legt den Wert fest.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As DbConflictType
'Usage
Dim instance As DbSyncConflict
Dim value As DbConflictType
value = instance.Type
instance.Type = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")]
public DbConflictType Type { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1721:PropertyNamesShouldNotMatchGetMethods")]
public:
property DbConflictType Type {
DbConflictType get ();
void set (DbConflictType value);
}
/** @property */
public DbConflictType get_Type ()
/** @property */
public void set_Type (DbConflictType value)
public function get Type () : DbConflictType
public function set Type (value : DbConflictType)
Eigenschaftenwert
Ein DbConflictType-Enumerationswert, der den Typ des Synchronisierungskonflikts darstellt.
Siehe auch
Verweis
DbSyncConflict-Klasse
DbSyncConflict-Member
Microsoft.Synchronization.Data-Namespace