Propriedade DbSyncConflict.Type
Obtém ou define o valor de enumeração DbConflictType que representa o tipo de conflito de sincronização.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As DbConflictType
'Uso
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)
Valor da propriedade
Um valor de enumeração DbConflictType que representa o tipo de conflito de sincronização.
Consulte também
Referência
Classe DbSyncConflict
Membros DbSyncConflict
Namespace Microsoft.Synchronization.Data