共用方式為


DbSyncContext.MadeWithKnowledge 屬性

取得或設定 SyncKnowledge 物件,此物件包含從對等資料庫中選取變更集時,對等具備的知識。

此屬性與 CLS 不相容。  

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
<CLSCompliantAttribute(False)> _
Public Property MadeWithKnowledge As SyncKnowledge
'用途
Dim instance As DbSyncContext
Dim value As SyncKnowledge

value = instance.MadeWithKnowledge

instance.MadeWithKnowledge = value
[CLSCompliantAttribute(false)] 
public SyncKnowledge MadeWithKnowledge { get; set; }
[CLSCompliantAttribute(false)] 
public:
property SyncKnowledge^ MadeWithKnowledge {
    SyncKnowledge^ get ();
    void set (SyncKnowledge^ value);
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()

/** @property */
public void set_MadeWithKnowledge (SyncKnowledge value)
public function get MadeWithKnowledge () : SyncKnowledge

public function set MadeWithKnowledge (value : SyncKnowledge)

屬性值

SyncKnowledge 物件,此物件包含從對等資料庫中選取變更集時,對等具備的知識。

備註

如果啟用了批次處理,同步處理工作階段中所有批次的建立方式知識都會相同。

請參閱

參考

DbSyncContext 類別
DbSyncContext 成員
Microsoft.Synchronization.Data 命名空間