共用方式為


DbSyncProvider.ScopeForgottenKnowledgeColName 屬性

取得或設定範圍資訊資料表中資料行的名稱,此資料表包含每一範圍之「被遺忘的知識」(Forgotten Knowledge) 的二進位表示。

此屬性與 CLS 不相容。  

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

語法

'宣告
Protected Property ScopeForgottenKnowledgeColName As String
'用途
Dim value As String

value = Me.ScopeForgottenKnowledgeColName

Me.ScopeForgottenKnowledgeColName = value
protected string ScopeForgottenKnowledgeColName { get; set; }
protected:
property String^ ScopeForgottenKnowledgeColName {
    String^ get ();
    void set (String^ value);
}
/** @property */
protected String get_ScopeForgottenKnowledgeColName ()

/** @property */
protected void set_ScopeForgottenKnowledgeColName (String value)
protected function get ScopeForgottenKnowledgeColName () : String

protected function set ScopeForgottenKnowledgeColName (value : String)

屬性值

資料行的名稱,預設值為 scope_tombstone_cleanup_knowledge

備註

資料行的名稱必須與同步處理查詢或預存程序中使用的名稱相符。一般而言,除非預設名稱不是針對同步處理佈建的資料庫中的有效識別碼,才會變更這個資料行的名稱。如需中繼資料行的詳細資訊,請參閱 HOW TO:佈建伺服器資料庫來進行共同作業同步處理 (非 SQL Server)

請參閱

參考

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