Share via


DbSyncProvider.ScopeForgottenKnowledgeColName Property

Gets or sets the name the column in the scope information table that contains a binary representation of the forgotten knowledge for each scope.

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Protected Property ScopeForgottenKnowledgeColName As String
'Usage
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)

Property Value

The name of the column, with a default of scope_tombstone_cleanup_knowledge.

Remarks

The name of the column must match the name that is used in synchronization queries or stored procedures. The name of this column is typically changed only if the default name is not a valid identifier in the database that is provisioned for synchronization. For more information about metadata columns, see How to: Provision a Server Database for Collaborative Synchronization (Non-SQL Server).

See Also

Reference

DbSyncProvider Class
DbSyncProvider Members
Microsoft.Synchronization.Data Namespace