SqlSyncAdapterBuilder.TombstoneFilterClause Property

Specifies the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the tombstone table.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

Syntax

'Declaration
Public Property TombstoneFilterClause As String
    Get
    Set
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String

value = instance.TombstoneFilterClause

instance.TombstoneFilterClause = value
public string TombstoneFilterClause { get; set; }
public:
property String^ TombstoneFilterClause {
    String^ get ();
    void set (String^ value);
}
member TombstoneFilterClause : string with get, set
function get TombstoneFilterClause () : String
function set TombstoneFilterClause (value : String)

Property Value

Type: System.String
An SQL WHERE clause without the WHERE keyword.

Examples

For a code example, see How to: Filter Rows and Columns.

See Also

Reference

SqlSyncAdapterBuilder Class

Microsoft.Synchronization.Data.Server Namespace