DbSyncConflict.Type 属性

获取或设置一个 DbConflictType 枚举值,表示同步冲突的类型。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As DbConflictType
用法
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)

属性值

表示同步冲突类型的一个 DbConflictType 枚举值。

请参阅

参考

DbSyncConflict 类
DbSyncConflict 成员
Microsoft.Synchronization.Data 命名空间